Skip to content

Commit 5e0aa50

Browse files
author
Matt Sokoloff
committed
update requirements
1 parent 75ac504 commit 5e0aa50

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

setup.py

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,12 @@
2727
"requests>=2.22.0",
2828
"google-api-core>=1.22.1",
2929
"pydantic>=1.8,<2.0",
30-
"geojson",
31-
"shapely",
32-
"tqdm",
33-
"geojson",
34-
"numpy",
35-
"rasterio",
36-
"PILLOW",
37-
"opencv-python",
38-
"typeguard"
30+
"tqdm"
3931
],
4032
extras_require={
4133
'data': [
4234
"shapely", "geojson", "numpy", "rasterio", "PILLOW",
43-
"opencv-python", "typeguard", "tqdm"
35+
"opencv-python", "typeguard"
4436
],
4537
},
4638
classifiers=[

0 commit comments

Comments
 (0)