1414# Changelog:
1515# - May 15, 2023 Added this changelog, added inline documentation,
1616# made dependency list more explicit (@JacksonBurns).
17+ # - Mar 11, 2024 Removed Julia dependencies, now considered optional
1718#
1819name : rmg_env
1920channels :
@@ -45,10 +46,6 @@ dependencies:
4546 - conda-forge::cclib >=1.6.3,!=1.8.0
4647 - conda-forge::openbabel >= 3
4748
48- # general-purpose external software tools
49- - conda-forge::julia=1.9.1
50- - conda-forge::pyjulia >=0.6
51-
5249# Python tools
5350 - python >=3.7
5451 - coverage
@@ -85,16 +82,9 @@ dependencies:
8582 - rmg::pydas >=1.0.3
8683 - rmg::pydqed >=1.0.3
8784 - rmg::pyrdl
88- - rmg::pyrms
8985 - rmg::symmetry
9086
9187# packages we would like to stop maintaining (and why)
92- - rmg::diffeqpy
93- # we should use the official verison https://github.com/SciML/diffeqpy),
94- # rather than ours (which is only made so that we can get it from conda)
95- # It is only on pip, so we will need to do something like:
96- # https://stackoverflow.com/a/35245610
97-
9888 - rmg::chemprop
9989 # Our build of this is version 0.0.1 (!!) and we are using parts
10090 # of the API that are now gone. Need a serious PR to fix this.
@@ -106,6 +96,19 @@ dependencies:
10696# conda mutex metapackage
10797 - nomkl
10898
99+ # optional dependencies for using ReactionMechanismSimulator
100+ # remove the leading '#' to install the required dependencies
101+ # - conda-forge::julia=1.9.1
102+ # - conda-forge::pyjulia >=0.6
103+ # - rmg::pyrms
104+ # - rmg::diffeqpy
105+
106+ # Note about diffeqpy:
107+ # we should use the official verison https://github.com/SciML/diffeqpy),
108+ # rather than ours (which is only made so that we can get it from conda)
109+ # It is only on pip, so we will need to do something like:
110+ # https://stackoverflow.com/a/35245610
111+
109112# additional packages that are required, but not specified here (and why)
110113 # pydqed, pydas, mopac, and likely others require a fortran compiler (specifically gfortran)
111114 # in the environment. Normally we would add this to the environment file with
0 commit comments