SakuraD commited on
Commit
828794d
·
1 Parent(s): 11382cf
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  --find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
2
  mmcv-full==1.3.17
3
  torch==1.10.0
@@ -5,7 +9,3 @@ torchvision
5
  einops
6
  timm
7
  Pillow
8
- -r requirements/build.txt
9
- -r requirements/optional.txt
10
- -r requirements/runtime.txt
11
- -r requirements/tests.txt
 
1
+ -r ./requirements/build.txt
2
+ -r ./requirements/optional.txt
3
+ -r ./requirements/runtime.txt
4
+ -r ./requirements/tests.txt
5
  --find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
6
  mmcv-full==1.3.17
7
  torch==1.10.0
 
9
  einops
10
  timm
11
  Pillow