Spaces:
Runtime error
Runtime error
Geraldine J
commited on
Commit
·
268d9c9
1
Parent(s):
19a62fb
Update json and size
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.18.5
|
3 |
opencv-python-headless
|
4 |
-
Pillow
|
5 |
PyYAML>=5.3.1
|
6 |
scipy>=1.4.1
|
7 |
-
torch>=1.7.0
|
8 |
torchvision>=0.8.1
|
9 |
tqdm>=4.41.0
|
10 |
tensorboard>=2.4.1
|
11 |
seaborn>=0.11.0
|
12 |
-
pandas
|
13 |
thop
|
14 |
boto3==1.24.89
|
15 |
botocore==1.27.89
|
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.18.5
|
3 |
opencv-python-headless
|
4 |
+
#Pillow
|
5 |
PyYAML>=5.3.1
|
6 |
scipy>=1.4.1
|
7 |
+
#torch>=1.7.0
|
8 |
torchvision>=0.8.1
|
9 |
tqdm>=4.41.0
|
10 |
tensorboard>=2.4.1
|
11 |
seaborn>=0.11.0
|
12 |
+
#pandas
|
13 |
thop
|
14 |
boto3==1.24.89
|
15 |
botocore==1.27.89
|