Skip to content

Commit

Permalink
Remove NumPy version pin (#686)
Browse files Browse the repository at this point in the history
* remove NumPy version pin

* update release notes
  • Loading branch information
kafitzgerald authored Feb 11, 2025
1 parent 7b60655 commit 3af5c46
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_envs/asv-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- eofs
- metpy
- netcdf4
- numpy<2.0
- numpy
- pint
- pip
- scipy<1.15
Expand Down
2 changes: 1 addition & 1 deletion build_envs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- eofs
- metpy
- numba
- numpy<2.0
- numpy
- scipy<1.15
- pandas
- pint
Expand Down
7 changes: 7 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Release Notes
=============

vYYYY.MM.## (unreleased)
------------------------

Maintenance
^^^^^^^^^^^
* Remove NumPy version pin by `Katelyn FitzGerald`_ in (:pr:`686`)

v2025.01.0 (January 28, 2025)
-----------------------------
v2025.01.0 releases a collection of small changes and pins ``scipy`` to <1.15
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cftime
dask[array]
eofs
metpy
numpy<2.0
numpy
scipy<1.15
xarray
xskillscore
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ setup_requires =
pip
install_requires =
cf_xarray>=0.3.1
numpy<2.0
numpy
cftime
eofs
metpy
Expand Down

0 comments on commit 3af5c46

Please sign in to comment.