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

feat: implement lock-file satisfiability with pypi dependencies #494

Merged

Conversation

baszalmstra
Copy link
Contributor

This PR adds support for checking the satisfiability of the lock-file which includes pypi-dependencies.

Purls have been added to the lock-file (conda/rattler#414) (See also: conda/ceps#63). This enables checking which conda packages will install which pypi packages without needing to check the internet. This ensures we can still check if a lock-file is up to date quickly.

I did not profile this code but I think there are a lot of places we can improve the performance. Thats for a later PR.

I also didn't add tests. I think we should but we can also do that in another PR.

Closes #467

@baszalmstra baszalmstra merged commit f6b4678 into prefix-dev:main Nov 24, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support pypi dependencies in lock-files
2 participants