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
With conda/conda#4982, conda is ready to support constrained dependencies, and now we need to add the capability into meta.yaml.
Under the requirements section in meta.yaml, we need to add a run_constrained key that takes a list of specs, just like build and run. The result should be an additional constrains key in index.json, parallel to depends that comes from the run key in meta.yaml.
The text was updated successfully, but these errors were encountered:
With conda/conda#4982, conda is ready to support constrained dependencies, and now we need to add the capability into meta.yaml.
Under the requirements section in meta.yaml, we need to add a
run_constrained
key that takes a list of specs, just likebuild
andrun
. The result should be an additionalconstrains
key inindex.json
, parallel todepends
that comes from therun
key in meta.yaml.The text was updated successfully, but these errors were encountered: