Skip to content

Commit 2b8b71a

Browse files
committed
fix: bump minimum scipy to v1.11
1 parent 771010f commit 2b8b71a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

environment-dev-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- python>=3.6.4
99
- pip
1010
- numpy>=1.21.0,<2.0.0
11-
- scipy>=1.14.0
11+
- scipy>=1.11.0
1212
- pytorch>=1.2.0
1313
- cpuonly
1414
- pyfftw

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- python>=3.6.4
99
- pip
1010
- numpy>=1.21.0,<2.0.0
11-
- scipy>=1.14.0
11+
- scipy>=1.11.0
1212
- pytorch>=1.2.0
1313
- cpuonly
1414
- pyfftw

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"numpy >= 1.21.0 , < 2.0.0",
34-
"scipy >= 1.14.0",
34+
"scipy >= 1.11.0",
3535
]
3636
dynamic = ["version"]
3737

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy>=1.21.0,<2.0.0
2-
scipy>=1.14.0
2+
scipy>=1.11.0
33
--extra-index-url https://download.pytorch.org/whl/cpu
44
torch>=1.2.0
55
numba

0 commit comments

Comments
 (0)