Loren commited on
Commit
e0297aa
1 Parent(s): 4f4bccf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -2,18 +2,19 @@
2
  easyocr
3
  altair<5.0
4
  streamlit==1.26.0
5
- opencv-python-headless==4.5.5.64
6
- torch==1.12.1
7
- torchvision==0.13.1
8
  Pillow
9
  mmcv-full --no-binary mmcv-full
10
- mmdet==2.28.2
11
- mmocr==0.6.3
12
- paddleocr==2.6
13
- paddlepaddle==2.4.0rc0
14
- numpy==1.23.4
15
- mycolorpy==1.5.1
16
- plotly==5.10.0
17
- plotly-express==0.4.1
18
- pytesseract==0.3.10
 
19
  streamlit_option_menu
 
2
  easyocr
3
  altair<5.0
4
  streamlit==1.26.0
5
+ opencv-python-headless #==4.5.5.64
6
+ torch #==1.12.1
7
+ torchvision #==0.13.1
8
  Pillow
9
  mmcv-full --no-binary mmcv-full
10
+ mmdet #==2.28.2
11
+ mmengine
12
+ mmocr #==0.6.3
13
+ paddleocr #==2.6
14
+ paddlepaddle #==2.4.0rc0
15
+ numpy #==1.23.4
16
+ mycolorpy #==1.5.1
17
+ plotly #==5.10.0
18
+ plotly-express #==0.4.1
19
+ pytesseract #==0.3.10
20
  streamlit_option_menu