Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
streamlit
|
2 |
torch
|
3 |
numpy
|
4 |
-
|
5 |
rasterio
|
6 |
tqdm
|
7 |
albumentations
|
8 |
-
|
|
|
|
|
|
1 |
streamlit
|
2 |
torch
|
3 |
numpy
|
4 |
+
pillow
|
5 |
rasterio
|
6 |
tqdm
|
7 |
albumentations
|
8 |
+
segmentation-models-pytorch
|
9 |
+
geopandas
|
10 |
+
shapely
|