Skip to content

Commit

Permalink
Merge pull request #322 from sentinel-hub/restrict-numpy
Browse files Browse the repository at this point in the history
Restrict numpy version < 2
  • Loading branch information
zigaLuksic authored Jan 10, 2024
2 parents 8146699 + dc83a60 commit ef2165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"fiona",
"fs>=2.2.0",
"geopandas>=0.8.1",
"numpy",
"numpy<2",
"opencv-python-headless",
"pandas",
"pydantic>=1.8.0, <2.0",
Expand Down

0 comments on commit ef2165c

Please sign in to comment.