Skip to content

chore: upgrade NumPy to 2.0 #436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 23, 2025
2 changes: 1 addition & 1 deletion examples/mensuration_and_polling/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
label_studio_sdk~=1.0.2
numpy~=1.24.3
numpy~=2.0.0
rasterio~=1.3.10
sentinelhub~=3.10.2
Shapely~=2.0.4
85 changes: 47 additions & 38 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jsf = "^0.11.2"
jsonschema = ">=4.23.0"
lxml = ">=4.2.5"
nltk = "^3.9.1"
numpy = ">=1.26.4,<2.0.0"
numpy = ">=1.26.4,<3.0.0"
opencv-python = "^4.9.0" #add openCV
pandas = ">=0.24.0"
pydantic = ">= 1.9.2"
Expand Down
Loading