Skip to content

Commit 1efd816

Browse files
galz10copybara-github
authored andcommitted
fix: pin shapely version to <2.0.0
COPYBARA_INTEGRATE_REVIEW=#1860 from galz10:shaply-workaround 4005242 PiperOrigin-RevId: 496384036
1 parent cd167b8 commit 1efd816

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
@@ -135,6 +135,7 @@
135135
"google-cloud-storage >= 1.32.0, < 3.0.0dev",
136136
"google-cloud-bigquery >= 1.15.0, < 3.0.0dev",
137137
"google-cloud-resource-manager >= 1.3.3, < 3.0.0dev",
138+
"shapely < 2.0.0",
138139
),
139140
extras_require={
140141
"endpoint": endpoint_extra_require,

0 commit comments

Comments
 (0)