Skip to content

Commit e541cd5

Browse files
committed
SPEC 0: Bump minimum supported version to NumPy 2.1
1 parent fc35d17 commit e541cd5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
include:
7676
# Python 3.12 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
7777
- python-version: '3.12'
78-
numpy-version: '2.0'
78+
numpy-version: '2.1'
7979
pandas-version: '=2.3'
8080
xarray-version: '=2024.7'
8181
optional-packages: ' contextily geopandas ipython pyarrow-core rioxarray netCDF4 sphinx-gallery'

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
python=3.12
6262
gmt=${{ matrix.gmt_version }}
6363
ghostscript
64-
numpy=2.0
64+
numpy=2.1
6565
pandas=2.3
6666
xarray=2024.7
6767
packaging=24.2

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# Required dependencies
88
- gmt=6.6.0
99
- ghostscript=10.07.0
10-
- numpy>=2.0
10+
- numpy>=2.1
1111
- pandas>=2.3
1212
- xarray>=2024.7
1313
- packaging>=24.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
"Programming Language :: Python :: 3.14",
3636
]
3737
dependencies = [
38-
"numpy>=2.0",
38+
"numpy>=2.1",
3939
"pandas>=2.3",
4040
"xarray>=2024.7",
4141
"packaging>=24.2",

0 commit comments

Comments
 (0)