Skip to content

Commit b1657fd

Browse files
Limited SciPy version in DAE project (#510)
1 parent da7a177 commit b1657fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/projects/DAE/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- conda-forge
66
dependencies:
77
- numpy
8-
- scipy>=0.17.1
8+
- scipy>=0.17.1,<1.15
99
- dill>=0.2.6
1010
- mpich
1111
- mpi4py>=3.0.0

0 commit comments

Comments
 (0)