You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched open reports and couldn't find a duplicate
What happened?
While writing a conda build recipe I had a dependency on conda package in conda-forge channel. I wrote the following :
run:
- python ==3.10
- numpy >=1.21.2
- pyqt >=5.15.10
- conda-forge::pythonocc-core
And it worked. Is the documentation missing this technique and if not why did this work?
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
While writing a conda build recipe I had a dependency on conda package in conda-forge channel. I wrote the following :
run:
- python ==3.10
- numpy >=1.21.2
- pyqt >=5.15.10
- conda-forge::pythonocc-core
And it worked. Is the documentation missing this technique and if not why did this work?
Additional Context
No response
The text was updated successfully, but these errors were encountered: