Skip to content

Commit

Permalink
Fix shapely version to before 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SorooshMani-NOAA committed Jan 13, 2023
1 parent 26895ff commit 142dde3
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 @@ -26,7 +26,7 @@ dependencies = [
"numpy>=1.21", # introduce npt.NDArray
"pyarrow", "pygeos", "pyproj>=3.0", "rasterio", "requests",
"scipy<1.8", # dropping python 3.7
"shapely>=1.8", "tqdm", "typing_extensions", "utm",
"shapely>=1.8, <2", "tqdm", "typing_extensions", "utm",
]
dynamic = ["version"]

Expand Down

0 comments on commit 142dde3

Please sign in to comment.