Skip to content

Commit b1a72fc

Browse files
Update numpy constraint to >=2.0.0,<=3.0.0 (#711)
- Update other dependency constraints to min version that supports NumPy 2.0
1 parent 96bc649 commit b1a72fc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

conda-env/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ dependencies:
77
# Base - required for building the package.
88
# =========================================
99
- python >=3.9
10-
- cf_xarray >=0.7.3
10+
- cf_xarray >=0.9.1
1111
- cftime
1212
- dask
1313
- netcdf4
14-
- numpy >=1.23.0,<2.0
14+
- numpy >=2.0.0,<=3.0.0
1515
- pandas
1616
- python-dateutil
17-
- xarray >=2022.02.0
18-
- xesmf >=0.7.0
17+
- xarray >=2024.03.0
18+
- xesmf >=0.8.7
1919
- xgcm
2020
# Quality Assurance
2121
# ==================

conda-env/dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ dependencies:
77
# Base - required for building the package.
88
# =========================================
99
- python >=3.9
10-
- cf_xarray >=0.7.3
10+
- cf_xarray >=0.9.1
1111
- cftime
1212
- dask
1313
- netcdf4
14-
- numpy >=1.23.0,<2.0
14+
- numpy >=2.0.0,<=3.0.0
1515
- pandas
1616
- python-dateutil
17-
- xarray >=2022.02.0
18-
- xesmf >=0.7.0
17+
- xarray >=2024.03.0
18+
- xesmf >=0.8.7
1919
- xgcm
2020
# Optional - enables additional features.
2121
# =========================================
22-
- matplotlib-base >=3.7.0
22+
- matplotlib-base >=3.8.4
2323
- nc-time-axis >=1.4.1
2424
# Documentation
2525
# ==================

0 commit comments

Comments
 (0)