8000 Remove NumPy version pin by kafitzgerald · Pull Request #686 · NCAR/geocat-comp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Remove NumPy version pin #686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading
0