Skip to content

Commit 3cfb87d

Browse files
authored
set numpy>=1.17 to avoid pandas version conflict
1 parent 73ab300 commit 3cfb87d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
readme = readme_file.read()
88

99
requirements = [
10-
"numpy",
10+
"numpy>=1.17",
1111
"xarray",
1212
"dask[array]", # for `to_netcdf`
1313
]

0 commit comments

Comments
 (0)