Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
pyyaml==5.1
|
2 |
-
|
3 |
torchvision==0.10.0
|
4 |
|
5 |
-
cudatoolkit==10.0
|
6 |
-
|
7 |
docutils==0.16
|
8 |
# https://github.com/sphinx-doc/sphinx/commit/7acd3ada3f38076af7b2b5c9f3b60bb9c2587a3d
|
9 |
sphinx==3.2.0
|
@@ -24,6 +22,4 @@ git+git://github.com/facebookresearch/fvcore.git
|
|
24 |
omegaconf>=2.1.0.dev24
|
25 |
hydra-core>=1.1.0.dev5
|
26 |
|
27 |
-
opencv-python-headless
|
28 |
-
|
29 |
-
mxnet
|
|
|
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
|
|
|
22 |
omegaconf>=2.1.0.dev24
|
23 |
hydra-core>=1.1.0.dev5
|
24 |
|
25 |
+
opencv-python-headless
|
|
|
|