Conda Environment Export: is it possible to make something an optional dependency?

266 views Asked by At

Exporting Conda Environment with Optional Dependencies

I cannot find anything in a Google search or the Conda environment documentation explaining how I can create optional environment dependencies like what is available in package.json in the JS world.

Need: A Configurable Template

I am making a package that is more like a template than a true library, so it makes sense to export the Conda environment instead of embedding it in a setup.py or a pyproject.toml. As a template, there are some aspects that need to exist, and some that exist only if you want "all the gadgets".

Is it possible to set optional needs in the Conda environment file?

0

There are 0 answers