Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
cython
|
2 |
huggingface_hub
|
|
|
3 |
scipy==1.4.1
|
4 |
numpy==1.23.1
|
5 |
matplotlib==3.3.2
|
@@ -17,11 +18,10 @@ skan==0.10.0
|
|
17 |
descartes==1.1.0
|
18 |
multiprocess==0.70.12.2
|
19 |
dill==0.3.4
|
20 |
-
gdal==
|
21 |
rasterio==1.1.3
|
22 |
overpy==0.6
|
23 |
pyproj==2.5.0
|
24 |
fiona==1.8.21
|
25 |
zipp==3.4.0
|
26 |
pycocotools==2.0.3
|
27 |
-
sklearn
|
|
|
1 |
cython
|
2 |
huggingface_hub
|
3 |
+
sklearn
|
4 |
scipy==1.4.1
|
5 |
numpy==1.23.1
|
6 |
matplotlib==3.3.2
|
|
|
18 |
descartes==1.1.0
|
19 |
multiprocess==0.70.12.2
|
20 |
dill==0.3.4
|
21 |
+
gdal==3.9.1
|
22 |
rasterio==1.1.3
|
23 |
overpy==0.6
|
24 |
pyproj==2.5.0
|
25 |
fiona==1.8.21
|
26 |
zipp==3.4.0
|
27 |
pycocotools==2.0.3
|
|