Skip to content

Commit f8b6b18

Browse files
committed
deps: bound scipy version
1 parent 5bbb199 commit f8b6b18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment-osx-arm64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- python=>3.10
1111
- compilers
1212
- numpy>=1.17.0,<2
13-
- scipy>=0.14.0
13+
- scipy>=1,<2
1414
- filelock>=3.15
1515
- etuples
1616
- logical-unification

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- python>=3.10
1111
- compilers
1212
- numpy>=1.17.0,<2
13-
- scipy>=0.14.0
13+
- scipy>=1,<2
1414
- filelock>=3.15
1515
- etuples
1616
- logical-unification

pyproject.toml

Lines changed: 1 addition & 1 deletion
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>=1,<2",
5151
"numpy>=1.17.0,<2",
5252
"filelock>=3.15",
5353
"etuples",

0 commit comments

Comments
 (0)