Skip to content

Commit

Permalink
FIX: Pinned cubo>=2024.6.0, avoiding numpy>=2.0.0 (stackstac breaks)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemlz authored Jun 23, 2024
1 parent d9474fd commit d8f518f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def read(filename):
packages=find_packages(exclude=("tests",)),
package_data={"sen2nbar": ["data/*.json"]},
install_requires=[
"cubo>=2023.7.2",
"cubo>=2024.6.0",
"pystac",
"rasterio>=1.3.6",
"requests",
Expand Down

0 comments on commit d8f518f

Please sign in to comment.