mawady commited on
Commit
075b4dd
1 Parent(s): 4c1df25

update packages

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
  --find-links https://download.pytorch.org/whl/torch_stable.html
2
- torch==1.12.0+cpu
3
  torchvision
4
- --find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
 
5
  mmcv==2.0.0
6
  mmdet==3.0.0
7
  Gradio
8
- git+https://github.com/open-mmlab/mmocr.git
 
1
  --find-links https://download.pytorch.org/whl/torch_stable.html
2
+ torch==2.0.0+cpu
3
  torchvision
4
+ --find-links https://download.openmmlab.com/mmcv/dist/cpu/torch2.0.0/index.html
5
+ mmengine==0.7.2
6
  mmcv==2.0.0
7
  mmdet==3.0.0
8
  Gradio
9
+ git+https://github.com/open-mmlab/mmocr.git@v1.0.0