We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab268e commit de224afCopy full SHA for de224af
setup.py
@@ -19,7 +19,7 @@
19
pandas_spec = "pandas<1.3"
20
if PYTHON_GTE_310:
21
pandas_spec = "pandas<1.6"
22
- numpy_spec = "numpy<1.24"
+ numpy_spec = "numpy<1.25"
23
24
xarray_spec = 'xarray>=0.13.0,<0.22'
25
0 commit comments