Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
382c447
1
Parent(s):
f5daa3e
Update requirements.txt
Browse files- requirements.txt +24 -2
requirements.txt
CHANGED
@@ -1,7 +1,29 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
opencv-python-headless
|
|
|
5 |
timm
|
6 |
dataclasses
|
7 |
ftfy
|
|
|
1 |
+
pyyaml==5.1
|
2 |
+
torch==1.9.0
|
3 |
+
torchvision==0.10.0
|
4 |
+
|
5 |
+
docutils==0.16
|
6 |
+
# https://github.com/sphinx-doc/sphinx/commit/7acd3ada3f38076af7b2b5c9f3b60bb9c2587a3d
|
7 |
+
sphinx==3.2.0
|
8 |
+
recommonmark==0.6.0
|
9 |
+
sphinx_rtd_theme
|
10 |
+
# Dependencies here are only those required by import
|
11 |
+
termcolor
|
12 |
+
numpy
|
13 |
+
tqdm
|
14 |
+
matplotlib
|
15 |
+
termcolor
|
16 |
+
yacs
|
17 |
+
tabulate
|
18 |
+
cloudpickle
|
19 |
+
Pillow
|
20 |
+
future
|
21 |
+
git+git://github.com/facebookresearch/fvcore.git
|
22 |
+
omegaconf>=2.1.0.dev24
|
23 |
+
hydra-core>=1.1.0.dev5
|
24 |
|
25 |
opencv-python-headless
|
26 |
+
|
27 |
timm
|
28 |
dataclasses
|
29 |
ftfy
|