Spaces:
Sleeping
Sleeping
Miroslav Purkrabek
commited on
Commit
·
d0000c0
1
Parent(s):
4241c11
install requirements without versions
Browse files- requirements.txt +10 -11
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
opencv-python-headless
|
4 |
-
gradio
|
5 |
mmengine
|
6 |
-
mmcv
|
7 |
-
mmdet
|
8 |
-
mmpretrain
|
9 |
-
numpy
|
10 |
|
11 |
sparsemax
|
12 |
|
@@ -19,18 +19,17 @@ munkres
|
|
19 |
pillow
|
20 |
scipy
|
21 |
|
22 |
-
--no-binary=xtcocotools
|
23 |
xtcocotools
|
24 |
|
25 |
## tests.txt
|
26 |
coverage
|
27 |
flake8
|
28 |
interrogate
|
29 |
-
isort
|
30 |
parameterized
|
31 |
pytest
|
32 |
pytest-runner
|
33 |
-
xdoctest
|
34 |
yapf
|
35 |
|
36 |
## optional.txt
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
opencv-python-headless
|
4 |
+
gradio
|
5 |
mmengine
|
6 |
+
mmcv-full
|
7 |
+
mmdet
|
8 |
+
mmpretrain
|
9 |
+
numpy
|
10 |
|
11 |
sparsemax
|
12 |
|
|
|
19 |
pillow
|
20 |
scipy
|
21 |
|
|
|
22 |
xtcocotools
|
23 |
|
24 |
## tests.txt
|
25 |
coverage
|
26 |
flake8
|
27 |
interrogate
|
28 |
+
isort
|
29 |
parameterized
|
30 |
pytest
|
31 |
pytest-runner
|
32 |
+
xdoctest
|
33 |
yapf
|
34 |
|
35 |
## optional.txt
|