Spaces:
Sleeping
Sleeping
update pip deps
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,10 +1,7 @@
|
|
1 |
-
torch
|
|
|
2 |
numpy
|
3 |
tqdm
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
ftfy
|
8 |
-
wget
|
9 |
-
tabulate
|
10 |
-
tables
|
|
|
1 |
+
torch==1.7.0
|
2 |
+
torchvision==0.8.1
|
3 |
numpy
|
4 |
tqdm
|
5 |
+
matplotlib
|
6 |
+
dotmap
|
7 |
+
Pillow
|
|
|
|
|
|
|
|