tweag / FawltyDeps

Python dependency checker
Other
201 stars 14 forks source link

Preliminary support for Pixi projects using pyproject.toml #455

Closed jherland closed 1 month ago

jherland commented 2 months ago

NOTE: We do not currently differentiate between Conda dependencies and PyPI dependencies, meaning that we assume that a Conda dependency named FOO will map one-to-one to a Python package named FOO. This is certainly not true for Conda dependencies that are not Python packages, and it probably isn't even true for all Conda dependencies that do indeed include Python packages.

Commits: