Skip to content

Conda Dependency Cleaner - Optimize Your Conda Environments: A tool that automatically cleans and optimizes Conda .yml environment files by removing unnecessary transitive dependencies, leaving only the essential packages. Simplify your environment setups and improve reproducibility with ease.

License

Notifications You must be signed in to change notification settings

oliverweissl/CondaDependencyCleaner

Repository files navigation

CondaDependencyCleaner

CI Status

A tool that helps make your conda environment files more lightweight by removing unnecessary transitive dependencies, leaving only what’s essential. It's a work-in-progress project, and we welcome feedback! Have ideas for new features or improvements? Open an issue in the repository to share your suggestions.

How to use:

It is required to have conda installed. Once you are in a conda environment install conda conda install conda this is necessary for the package to work properly in the first place. Then simply pip install conda_dependency_cleaner.

Once installed you can clean your .yaml or .yml files by running the command clean-yaml. An example usage is as follows:

clean-yaml env.yml -nf env_cleaned.yml

For help and more info use clean-yaml --help.

About

Conda Dependency Cleaner - Optimize Your Conda Environments: A tool that automatically cleans and optimizes Conda .yml environment files by removing unnecessary transitive dependencies, leaving only the essential packages. Simplify your environment setups and improve reproducibility with ease.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published