Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
matplotlib==3.2.1
|
3 |
-
numpy==1.18.4
|
4 |
-
opencv_python_headless==4.6.0.66
|
5 |
-
pandas==1.3.5
|
6 |
-
Pillow==9.0.1
|
7 |
-
scikit_image==0.19.3
|
8 |
-
scikit_learn==0.22.2.post1
|
9 |
-
scipy==1.4.1
|
10 |
-
tabulate==0.9.0
|
11 |
-
torch==2.0.0+cu118
|
12 |
-
torchvision==0.15.1+cu118
|
13 |
-
tqdm==4.64.1
|
14 |
-
timm==0.9.12
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
matplotlib==3.2.1
|
3 |
+
numpy==1.18.4
|
4 |
+
opencv_python_headless==4.6.0.66
|
5 |
+
pandas==1.3.5
|
6 |
+
Pillow==9.0.1
|
7 |
+
scikit_image==0.19.3
|
8 |
+
scikit_learn==0.22.2.post1
|
9 |
+
scipy==1.4.1
|
10 |
+
tabulate==0.9.0
|
11 |
+
torch==2.0.0+cu118
|
12 |
+
torchvision==0.15.1+cu118
|
13 |
+
tqdm==4.64.1
|
14 |
+
timm==0.9.12
|
15 |
+
gradio
|