Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
torch>=1.10.0
|
|
|
2 |
numpy>=1.20.0
|
3 |
-
|
4 |
rasterio>=1.2.0
|
5 |
-
huggingface_hub>=0.10.0
|
6 |
matplotlib>=3.5.0
|
7 |
-
|
8 |
-
|
|
|
|
|
|
1 |
torch>=1.10.0
|
2 |
+
torchvision>=0.11.0
|
3 |
numpy>=1.20.0
|
4 |
+
gradio>=3.0.0
|
5 |
rasterio>=1.2.0
|
|
|
6 |
matplotlib>=3.5.0
|
7 |
+
pillow>=8.0.0
|
8 |
+
huggingface_hub>=0.10.0
|
9 |
+
joblib>=1.1.0
|
10 |
+
scikit-learn>=1.0.0
|