Skip to content

Commit ba81f1f

Browse files
authored
Update setup.py
1 parent 9036213 commit ba81f1f

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
@@ -26,7 +26,7 @@ def read(filename):
2626
package_data={"cubo": ["data/*.json"]},
2727
install_requires=[
2828
"dask>=2023.7.0",
29-
"numpy<2.0.0",
29+
"numpy>=2.0.0",
3030
"pandas>=2.0.3",
3131
"planetary_computer>=1.0.0",
3232
"pystac_client>=0.7.2",

0 commit comments

Comments
 (0)