About Anaconda Help Download Anaconda

Platform agnostic conda environment export

copied from cf-staging / conda-export

Installers

  • noarch v0.0.4

conda install

To install this package run one of the following:
conda install conda-forge::conda-export

Description

An alternative to conda env export that helps create portable environment specifications with minimum number of packages.

Conda-export creates environment specifications which contain only top-level (non-transient) dependencies. It tries to minimize specific version information and total number of packages, so that the resulting spec maximizes upgradability. At the same time, it respects specific package versions that were used while creating the environment. If, at some point, you installed a package with explicit version (e. g. conda install pytorch=1.9.0), conda-export will include this specific version in the resulting spec file.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy