Update requirements.txt
Browse files- requirements.txt +12 -8
requirements.txt
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
numpy>=1.21.0
|
7 |
-
Pillow>=9.0.0
|
8 |
requests>=2.27.1
|
9 |
opencv-python>=4.5.5
|
|
|
|
|
10 |
segmentation-models-pytorch>=0.3.0
|
11 |
-
albumentations>=1.
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.50.2
|
2 |
+
torch>=2.0.0
|
3 |
+
numpy>=1.22.0
|
4 |
+
matplotlib>=3.5.1
|
5 |
+
pillow>=9.0.0
|
|
|
|
|
6 |
requests>=2.27.1
|
7 |
opencv-python>=4.5.5
|
8 |
+
rasterio>=1.3.0
|
9 |
+
scikit-learn>=1.0.2
|
10 |
segmentation-models-pytorch>=0.3.0
|
11 |
+
albumentations>=1.3.0
|
12 |
+
joblib>=1.2.0
|
13 |
+
lightgbm>=3.3.5
|
14 |
+
pandas>=1.5.0
|
15 |
+
shap>=0.41.0
|