Skip to content

Commit

Permalink
SPEC 0: Bump minimum supported version to NumPy 1.25 (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Dec 19, 2024
1 parent fe1547a commit f42c09c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
include:
# Python 3.11 + core packages (minimum supported versions) + optional packages (minimum supported versions if any)
- python-version: '3.11'
numpy-version: '1.24'
numpy-version: '1.25'
pandas-version: '=2.0'
xarray-version: '=2023.04'
optional-packages: ' contextily geopandas<1 ipython pyarrow rioxarray sphinx-gallery'
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
# Required dependencies
- gmt=6.5.0
- ghostscript=10.04.0
- numpy>=1.24
- numpy>=1.25
- pandas>=2.0
- xarray>=2023.04
- netCDF4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
"License :: OSI Approved :: BSD License",
]
dependencies = [
"numpy>=1.24",
"numpy>=1.25",
"pandas>=2.0",
"xarray>=2023.04",
"netCDF4",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Required packages
numpy>=1.24
numpy>=1.25
pandas>=2.0
xarray>=2023.04
netCDF4
Expand Down

0 comments on commit f42c09c

Please sign in to comment.