Skip to content

Commit

Permalink
NEP29 and NumPy v2 pins (#6039)
Browse files Browse the repository at this point in the history
* NEP29 NumPy pin.

* Pin back from NumPy v2 (#6035).

* PyPI pins.
  • Loading branch information
trexfeathers authored Jul 3, 2024
1 parent d0801aa commit 9d90530
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.23, !=1.24.3
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.23, !=1.24.3
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- libnetcdf !=4.9.1
- matplotlib-base >=3.5
- netcdf4
- numpy >=1.23, !=1.24.3
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
- pyproj
- scipy
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dask[array]>=2022.9.0
# libnetcdf!=4.9.1 (not available on PyPI)
matplotlib>=3.5
netcdf4
numpy>=1.23,!=1.24.3
numpy>=1.24,!=1.24.3,<2
pyproj
scipy
shapely!=1.8.3
Expand Down

0 comments on commit 9d90530

Please sign in to comment.