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 79b3ac2 commit 10e5e22Copy full SHA for 10e5e22
requirements.txt
@@ -1,4 +1,4 @@
1
-numpy < 2
+numpy
2
xarray
3
dask[array] >= 2023.01.0
4
distributed >= 2023.01.0
setup.cfg
@@ -27,7 +27,7 @@ zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.htm
27
include_package_data = True
28
python_requires = >=3.9
29
install_requires =
30
- numpy < 2
+ numpy
31
32
dask[array] >= 2022.01.0
33
distributed >= 2022.01.0
0 commit comments