Skip to content

Commit

Permalink
Update numpy constraint to >=2.0.0,<=3.0.0 (#711)
Browse files Browse the repository at this point in the history
- Update other dependency constraints to min version that supports NumPy 2.0
  • Loading branch information
tomvothecoder authored Oct 31, 2024
1 parent 96bc649 commit b1a72fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions conda-env/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ dependencies:
# Base - required for building the package.
# =========================================
- python >=3.9
- cf_xarray >=0.7.3
- cf_xarray >=0.9.1
- cftime
- dask
- netcdf4
- numpy >=1.23.0,<2.0
- numpy >=2.0.0,<=3.0.0
- pandas
- python-dateutil
- xarray >=2022.02.0
- xesmf >=0.7.0
- xarray >=2024.03.0
- xesmf >=0.8.7
- xgcm
# Quality Assurance
# ==================
Expand Down
10 changes: 5 additions & 5 deletions conda-env/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ dependencies:
# Base - required for building the package.
# =========================================
- python >=3.9
- cf_xarray >=0.7.3
- cf_xarray >=0.9.1
- cftime
- dask
- netcdf4
- numpy >=1.23.0,<2.0
- numpy >=2.0.0,<=3.0.0
- pandas
- python-dateutil
- xarray >=2022.02.0
- xesmf >=0.7.0
- xarray >=2024.03.0
- xesmf >=0.8.7
- xgcm
# Optional - enables additional features.
# =========================================
- matplotlib-base >=3.7.0
- matplotlib-base >=3.8.4
- nc-time-axis >=1.4.1
# Documentation
# ==================
Expand Down

0 comments on commit b1a72fc

Please sign in to comment.