Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
@@ -1,15 +1,7 @@
|
|
1 |
-
efficientnet_pytorch>=0.7.1
|
2 |
matplotlib>=3.2.2
|
3 |
numpy>=1.21.2
|
4 |
-
opencv_python_headless>=4.5.5.62
|
5 |
-
prefetch_generator>=1.0.1
|
6 |
pretrainedmodels>=0.7.4
|
7 |
-
PyYAML>=3.13
|
8 |
scipy>=1.4.1
|
9 |
-
seaborn>=0.11.2
|
10 |
tensorboardX>=2.4.1
|
11 |
-
timm>=0.5.4
|
12 |
torch>=1.10.0
|
13 |
-
torchvision>=0.11.0
|
14 |
-
tqdm>=4.61.2
|
15 |
-
webcolors>=1.11.1
|
|
|
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.21.2
|
|
|
|
|
3 |
pretrainedmodels>=0.7.4
|
|
|
4 |
scipy>=1.4.1
|
|
|
5 |
tensorboardX>=2.4.1
|
|
|
6 |
torch>=1.10.0
|
7 |
+
torchvision>=0.11.0
|
|
|
|