Chamin09 commited on
Commit
cdf4b33
·
verified ·
1 Parent(s): 6429cf8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -3,11 +3,10 @@ pillow>=9.0.0
3
  numpy>=1.22.0
4
  torch>=2.0.0
5
  transformers>=4.30.0
6
- layoutlmv2
7
  pytesseract>=0.3.10
8
  opencv-python>=4.7.0
9
  sentence-transformers>=2.2.2
10
  python-braille>=0.1.0
11
  reportlab>=3.6.12
12
-
13
 
 
3
  numpy>=1.22.0
4
  torch>=2.0.0
5
  transformers>=4.30.0
 
6
  pytesseract>=0.3.10
7
  opencv-python>=4.7.0
8
  sentence-transformers>=2.2.2
9
  python-braille>=0.1.0
10
  reportlab>=3.6.12
11
+ detectron2@git+https://github.com/facebookresearch/detectron2.git
12