Skip to content

Commit 8516cbc

Browse files
committed
remove scipy version restriction, get diffeqpy from pip
- the former is not needed since the descriptastorus (which was incompatible with latest scipy and required this limitation) is no longer in the dep list - our diffeqpy is only on conda for convenience
1 parent a23b5f3 commit 8516cbc

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

environment.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies:
5757
- coverage
5858
- cython >=0.25.2
5959
- scikit-learn
60-
- scipy <1.11
60+
- scipy
6161
- numpy >=1.10.0
6262
- pydot
6363
- jinja2
@@ -75,6 +75,7 @@ dependencies:
7575
- pip
7676
- pip:
7777
- pytest-check
78+
- diffeqpy
7879
- matplotlib >=1.5
7980
- mpmath
8081
- pandas
@@ -91,13 +92,6 @@ dependencies:
9192
- rmg::pyrms
9293
- rmg::symmetry
9394

94-
# packages we would like to stop maintaining (and why)
95-
- rmg::diffeqpy
96-
# we should use the official verison https://github.com/SciML/diffeqpy),
97-
# rather than ours (which is only made so that we can get it from conda)
98-
# It is only on pip, so we will need to do something like:
99-
# https://stackoverflow.com/a/35245610
100-
10195
# conda mutex metapackage
10296
- nomkl
10397

0 commit comments

Comments
 (0)