Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -14
requirements.txt
CHANGED
@@ -1,22 +1,9 @@
|
|
1 |
torch
|
2 |
numpy
|
3 |
opencv-python-headless
|
4 |
-
setuptools
|
5 |
Pillow
|
6 |
-
torchvision
|
7 |
-
addict
|
8 |
-
future
|
9 |
-
lmdb
|
10 |
-
pyyaml
|
11 |
-
requests
|
12 |
-
scikit-image
|
13 |
-
scipy
|
14 |
-
tb-nightly
|
15 |
-
tqdm
|
16 |
-
yapf
|
17 |
-
psutil
|
18 |
|
|
|
19 |
tensorflow
|
20 |
tensorflow_hub
|
21 |
-
|
22 |
extcolors
|
|
|
1 |
torch
|
2 |
numpy
|
3 |
opencv-python-headless
|
|
|
4 |
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
+
numpy
|
7 |
tensorflow
|
8 |
tensorflow_hub
|
|
|
9 |
extcolors
|