File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1616# made dependency list more explicit (@JacksonBurns).
1717# - October 16, 2023 Switched RDKit and descripatastorus to conda-forge,
1818# moved diffeqpy to pip and (temporarily) removed chemprop
19+ # - March 15, 2024 - started migration to Python 3.11/2
1920#
2021name : rmg_env
2122channels :
@@ -53,7 +54,7 @@ dependencies:
5354 - conda-forge::pyjulia >=0.6
5455
5556# Python tools
56- - python > =3.7
57+ - python =3.11,3.12
5758 - coverage
5859 - cython >=0.25.2
5960 - scikit-learn
@@ -68,13 +69,7 @@ dependencies:
6869 - networkx
6970 - pytest
7071 - pytest-cov
71- # we use a the pytest-check plugin, which is on Conda and PyPI, but the
72- # version compatible with Python 3.7 is only on PyPI
73- # switch to the conda version after upgrading to 3.11
74- # - conda-forge::pytest-check
75- - pip
76- - pip :
77- - pytest-check
72+ - conda-forge::pytest-check
7873 - matplotlib >=1.5
7974 - mpmath
8075 - pandas
You can’t perform that action at this time.
0 commit comments