Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +12 -14
requirements.txt
CHANGED
@@ -1,14 +1,12 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
rasterio
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
xarray
|
14 |
-
localtileserver
|
|
|
1 |
+
gradio==3.50.2
|
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
|
|
|
|