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 73ab300 commit 3cfb87dCopy full SHA for 3cfb87d
setup.py
@@ -7,7 +7,7 @@
7
readme = readme_file.read()
8
9
requirements = [
10
- "numpy",
+ "numpy>=1.17",
11
"xarray",
12
"dask[array]", # for `to_netcdf`
13
]
0 commit comments