Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -4,16 +4,9 @@ numpy==1.22.4
|
|
4 |
opencv_python==4.7.0.72
|
5 |
pandas==1.4.4
|
6 |
Pillow==9.4.0
|
7 |
-
|
8 |
-
scikit_learn==1.2.2
|
9 |
-
torch==1.13.1+cu116
|
10 |
tqdm==4.65.0
|
11 |
transformers==4.27.3
|
12 |
-
GDAL==3.3.2
|
13 |
matplotlib==3.7.1
|
14 |
-
osgeo==0.0.1
|
15 |
-
scikit_image==0.19.3
|
16 |
-
scipy==1.10.1
|
17 |
-
skimage==0.0
|
18 |
tensorflow==2.11.0
|
19 |
|
|
|
4 |
opencv_python==4.7.0.72
|
5 |
pandas==1.4.4
|
6 |
Pillow==9.4.0
|
7 |
+
torch
|
|
|
|
|
8 |
tqdm==4.65.0
|
9 |
transformers==4.27.3
|
|
|
10 |
matplotlib==3.7.1
|
|
|
|
|
|
|
|
|
11 |
tensorflow==2.11.0
|
12 |
|