Skip to content

Commit 0a6928c

Browse files
authored
Pin scipy < 1.16 to avoid statsmodels/statsmodels#9584 (#1322)
1 parent ddc7076 commit 0a6928c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"xarray < 2025.03.1",
2727
"dask[array,dataframe] >= 2022.01.0, <= 2024.8.0",
2828
"distributed >= 2022.01.0, <= 2024.8.0",
29-
"scipy",
29+
"scipy < 1.16",
3030
"zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3",
3131
"numba",
3232
"typing-extensions",

requirements-numpy1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy < 2
22
xarray < 2025.03.1
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
44
distributed >= 2023.01.0, <= 2024.8.0
5-
scipy
5+
scipy < 1.16
66
typing-extensions
77
numba
88
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy < 2.2
22
xarray < 2025.03.1
33
dask[array,dataframe] >= 2023.01.0, <= 2024.8.0
44
distributed >= 2023.01.0, <= 2024.8.0
5-
scipy
5+
scipy < 1.16
66
typing-extensions
77
numba
88
zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2, < 3

0 commit comments

Comments
 (0)