tweag / FawltyDeps

Python dependency checker
Other
201 stars 14 forks source link

Initial support for environment.yml files #457

Open jherland opened 2 months ago

jherland commented 2 months ago

This adds support for Conda projects that use environment.yml for declaring dependencies.

NOTE: The same Conda caveat as for Pixi still applies: 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: