Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
gradio==3.
|
2 |
geopandas==0.13.2
|
3 |
leafmap==0.23.3
|
4 |
Pillow==10.0.0
|
5 |
rasterio==1.3.8
|
6 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
7 |
-
torch==2.0.1+cpu
|
8 |
albumentations==1.3.1
|
9 |
segmentation-models-pytorch==0.3.3
|
|
|
10 |
numpy==1.24.3
|
11 |
shapely==2.0.1
|
12 |
-
tqdm==4.65.0
|
|
|
|
|
|
1 |
+
gradio==3.16.2
|
2 |
geopandas==0.13.2
|
3 |
leafmap==0.23.3
|
4 |
Pillow==10.0.0
|
5 |
rasterio==1.3.8
|
|
|
|
|
6 |
albumentations==1.3.1
|
7 |
segmentation-models-pytorch==0.3.3
|
8 |
+
torch==2.0.1
|
9 |
numpy==1.24.3
|
10 |
shapely==2.0.1
|
11 |
+
tqdm==4.65.0
|
12 |
+
pyproj==3.6.0
|
13 |
+
fiona==1.9.4
|