Skip to content

Commit a8d7638

Browse files
committed
Upper pin scipy temporarily
1 parent f9dfe70 commit a8d7638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- python>=3.10
1111
- compilers
1212
- numpy>=1.17.0
13-
- scipy>=0.14
13+
- scipy>=0.14,<1.14.0
1414
- filelock
1515
- etuples
1616
- logical-unification

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ keywords = [
4747
]
4848
dependencies = [
4949
"setuptools>=59.0.0",
50-
"scipy>=0.14",
50+
"scipy>=0.14,<1.14",
5151
"numpy>=1.17.0,<2",
5252
"filelock",
5353
"etuples",

0 commit comments

Comments
 (0)