Skip to content

Commit 86b4413

Browse files
authored
Add dependency of shapely (jupyter-widgets#683)
* Add dependency of shapely separately as geopandas is not dependency Signed-off-by: Kharude, Sachin <[email protected]> * removed latest version pin from shapely Signed-off-by: Kharude, Sachin <[email protected]>
1 parent 80020fe commit 86b4413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def run(self):
141141
'ipywidgets>=7.5.0,<8',
142142
'traittypes>=0.2.1,<3',
143143
'branca>=0.3.1,<0.5',
144+
'shapely',
144145
],
145146
packages=find_packages(),
146147
zip_safe=False,

0 commit comments

Comments
 (0)