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

Add support for specifying conda dependencies in pyproject.toml #72

Merged
merged 1 commit into from
Dec 28, 2020

Conversation

pbjc
Copy link

@pbjc pbjc commented Dec 28, 2020

Currently when locking from pyproject.toml, there is no way to constrain python dependencies (such as sqlite) that are added by the conda solver, which hurts reproducibility. Allowing the specification of arbitrary conda dependencies in pyproject.toml solves this problem and adds some additional flexibility.

@mariusvniekerk mariusvniekerk added the enhancement New feature or request label Dec 28, 2020
@mariusvniekerk mariusvniekerk merged commit 99b4a58 into conda:master Dec 28, 2020
@pbjc pbjc deleted the conda-dependencies branch December 28, 2020 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants