Skip to content

Commit

Permalink
Update weatherbench deps.
Browse files Browse the repository at this point in the history
Before this, we allowed `numpy < 2`, and this now

PiperOrigin-RevId: 702104258
  • Loading branch information
langmore authored and Weatherbench2 authors committed Dec 3, 2024
1 parent 8308c9c commit 6dec521
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
base_requires = [
'apache_beam>=2.31.0',
'jax[cpu]',
'numpy',
'pandas==2.0.3',
'numpy>=2.0.2',
'pandas>=2.2.3',
'scipy',
'scikit-learn',
'xarray==2023.7.0',
'xarray>=2024.10.0',
'xarray-beam',
'zarr',
]
Expand Down

0 comments on commit 6dec521

Please sign in to comment.