Skip to content

Commit

Permalink
chore: increasing Shapely dependency upper bound (#1696)
Browse files Browse the repository at this point in the history
* adding ASCII support for external config

* adding tests for preserveAscii...

* adding tests for preserveAscii...

* changing 'False' to False

* linting

* bumping up Shapely dependency upper bound
  • Loading branch information
nayaknishant authored Oct 23, 2023
1 parent 2dded33 commit 345e06e
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 @@ -71,7 +71,7 @@
"ipywidgets>=7.7.0",
"ipykernel>=6.0.0",
],
"geopandas": ["geopandas>=0.9.0, <1.0dev", "Shapely>=1.8.4, <2.0dev"],
"geopandas": ["geopandas>=0.9.0, <1.0dev", "Shapely>=1.8.4, <3.0.0dev"],
"ipython": [
"ipython>=7.23.1,!=8.1.0",
"ipykernel>=6.0.0",
Expand Down

0 comments on commit 345e06e

Please sign in to comment.