Spaces:
Build error
Build error
Ahsen Khaliq commited on
Commit ·
33794e9
1
Parent(s): d12d3f4
Update requirements.txt
Browse files- requirements.txt +22 -0
requirements.txt
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
pyyaml==5.1
|
| 2 |
torch==1.9.0
|
| 3 |
torchvision==0.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|