Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support conda 4.4 optional/constrained dependencies #1964

Closed
kalefranz opened this issue Apr 27, 2017 · 1 comment · Fixed by #2001
Closed

Support conda 4.4 optional/constrained dependencies #1964

kalefranz opened this issue Apr 27, 2017 · 1 comment · Fixed by #2001
Labels
locked [bot] locked due to inactivity

Comments

@kalefranz
Copy link
Contributor

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.

@github-actions
Copy link

Hi there, thank you for your contribution!

This issue has been automatically locked because it has not had recent activity after being closed.

Please open a new issue if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 14, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant