deps: removed unused deps

This commit is contained in:
2026-06-16 22:35:37 +02:00
parent 344db97fa7
commit 9a28cef34b
2 changed files with 4 additions and 13 deletions
+2 -8
View File
@@ -25,13 +25,10 @@
tinydb tinydb
pandas pandas
geopandas geopandas
pyarrow
fiona
pyproj
shapely shapely
numpy numpy
pyarrow
matplotlib matplotlib
pyogrio
pycurl pycurl
beautifulsoup4 beautifulsoup4
]; ];
@@ -56,13 +53,10 @@
tinydb tinydb
pandas pandas
geopandas geopandas
pyarrow
fiona
pyproj
shapely shapely
numpy numpy
pyarrow
matplotlib matplotlib
pyogrio
beautifulsoup4 beautifulsoup4
pycurl pycurl
]; ];
+2 -5
View File
@@ -13,13 +13,10 @@ dependencies = [
"tinydb", "tinydb",
"pandas", "pandas",
"geopandas", "geopandas",
"pyarrow",
"fiona",
"pyproj",
"shapely", "shapely",
"numpy", "numpy", #dep for panda
"pyarrow", #dep for parquet
"matplotlib", "matplotlib",
"pyogrio",
"beautifulsoup4", "beautifulsoup4",
"pycurl" "pycurl"
] ]