Skip to content

Commit 310a6d5

Browse files
committed
Unpin numpy and bump minimum to 1.25
- Remove upper bound on numpy version in doc.yml and dev.yml - Bump minimum numpy version from 1.24 to 1.25 across all config files
1 parent ccbbbad commit 310a6d5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

ci/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- cftime
1919
- dask-core >=2023.4.0
2020
- numba >=0.57
21-
- numpy >=1.24,<2.4
21+
- numpy >=1.25
2222
- properscoring
2323
- scikit-learn
2424
- scipy >=1.10.0

ci/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- matplotlib-base
1414
- nbsphinx
1515
- numba >=0.57
16-
- numpy >=1.24,<2.4
16+
- numpy >=1.25
1717
- properscoring
1818
- scikit-learn
1919
- scipy >=1.10

ci/docs_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- dask-core >=2023.4.0
1111
- doc8
1212
- numba >=0.57
13-
- numpy >=1.24
13+
- numpy >=1.25
1414
- properscoring
1515
- ipykernel
1616
- jupyterlab

ci/minimum-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- dask-core >=2023.4.0
1111
- matplotlib-base
1212
- numba >=0.57
13-
- numpy >=1.24
13+
- numpy >=1.25
1414
- properscoring
1515
- pytest
1616
- pytest-cov

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "xskillscore"
77
dependencies = [
88
"dask[array] >=2023.4.0",
9-
"numpy >=1.24",
9+
"numpy >=1.25",
1010
"properscoring",
1111
"scipy >=1.10",
1212
"statsmodels",

0 commit comments

Comments
 (0)