-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Hi folks, thanks for all your work on this great software package.
I was checking out the environment.yml file after one of my labmates was experiencing issues with solving the conda environment.
A few things that caught my attention:
defaultsandanacondachannels: Large organizations need to pay for thedefaultschannel and so it may be good to move away fromdefaultstoconda-forge. I was able to successfully install the environment by commenting out thedefaultschannel. I think you can also switch many of theanacondapackages toconda-forge. (See https://www.anaconda.com/blog/is-conda-free)- We moved away from some of the
rmgchannel packages inRMG-Py, toconda-forge(see https://github.com/ReactionMechanismGenerator/RMG-Py/blob/main/environment.yml) to help with upkeep. Are there any plans to do this? The ones I could immediately find:- gprof2dot
- muq (https://anaconda.org/conda-forge/muq)
- numdifftools
- quantities
- rdkit
- Any plans to update to ensure Python 3.9 or higher? 3.7 is end-of-life, and upgrading may help with continuity with the other conda packages