Skip to content

Commit f42c09c

Browse files
authored
SPEC 0: Bump minimum supported version to NumPy 1.25 (#3697)
1 parent fe1547a commit f42c09c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
include:
7171
# Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
7272
- python-version: '3.11'
73-
numpy-version: '1.24'
73+
numpy-version: '1.25'
7474
pandas-version: '=2.0'
7575
xarray-version: '=2023.04'
7676
optional-packages: ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery'

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
# Required dependencies
88
- gmt=6.5.0
99
- ghostscript=10.04.0
10-
- numpy>=1.24
10+
- numpy>=1.25
1111
- pandas>=2.0
1212
- xarray>=2023.04
1313
- netCDF4

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
"License :: OSI Approved :: BSD License",
3131
]
3232
dependencies = [
33-
"numpy>=1.24",
33+
"numpy>=1.25",
3434
"pandas>=2.0",
3535
"xarray>=2023.04",
3636
"netCDF4",

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Required packages
2-
numpy>=1.24
2+
numpy>=1.25
33
pandas>=2.0
44
xarray>=2023.04
55
netCDF4

0 commit comments

Comments
 (0)