Skip to content

Commit 8ec55fc

Browse files
JacksonBurnsrwest
authored andcommitted
SQUASH ME, see ext.
force higher version of Python to see which packages we need to rebuild
1 parent 36bceb3 commit 8ec55fc

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

environment.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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
#
2021
name: rmg_env
2122
channels:
@@ -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

0 commit comments

Comments
 (0)