Skip to content

Commit

Permalink
FIX: Pinned numpy<2.0.0, wait for stackstac
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jun 23, 2024
1 parent 6334ef3 commit 72877f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def read(filename):
package_data={"cubo": ["data/*.json"]},
install_requires=[
"dask>=2023.7.0",
"pandas>=2.0.3",
"numpy<2.0.0",
"pandas>=2.0.3",
"planetary_computer>=1.0.0",
"pystac_client>=0.7.2",
"scipy>=1.12.0",
Expand Down

0 comments on commit 72877f5

Please sign in to comment.