Skip to content

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

Merged
baszalmstra merged 11 commits intoprefix-dev:mainfrom
baszalmstra:feat/pypi_lockfile_satisfiability
Nov 24, 2023
Merged

feat: implement lock-file satisfiability with pypi dependencies#494
baszalmstra merged 11 commits intoprefix-dev:mainfrom
baszalmstra:feat/pypi_lockfile_satisfiability

Conversation

@baszalmstra
Copy link
Copy Markdown
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
@baszalmstra baszalmstra deleted the feat/pypi_lockfile_satisfiability branch March 26, 2026 08:26
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