Skip to content

Commit d8d0bef

Browse files
committed
update shapely
1 parent 0625174 commit d8d0bef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiostream
1212
markupsafe
1313
requests_toolbelt
1414
imantics
15-
shapely
15+
shapely>=2.1.0
1616
tqdm
1717
urllib3
1818
numpy

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"markupsafe==2.0.1",
2323
"requests_toolbelt==0.10.1",
2424
"imantics==0.1.12",
25-
"shapely==2.0.6", # Compatible Python 3.13
25+
"shapely>=2.1.0", # 2.1.0+ supports Python 3.14
2626
"tqdm~=4.65.0",
2727
"urllib3==1.26.15",
2828
"numpy",

0 commit comments

Comments
 (0)