Skip to content

Commit

Permalink
Merge pull request #66 from metno/bump-numpy
Browse files Browse the repository at this point in the history
Remove upper bound on numpy
  • Loading branch information
heikoklein authored Nov 7, 2024
2 parents 5016d12 + a431105 commit ef5239b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = https://pyaro.readthedocs.io
[options]
python_version = >=3.10
install_requires =
numpy >= 1.13, <2.0.0
numpy >= 1.13
importlib-metadata >= 3.6; python_version < "3.10"
package_dir =
=src
Expand All @@ -34,7 +34,7 @@ test_require =
[options.extras_require]
optional =
pandas
cf-units
cf-units # >= 3.3.0 - Earliest release that works with numpy >=2.0.0
xarray
netcdf4

Expand Down

0 comments on commit ef5239b

Please sign in to comment.