Update requirements.txt

修复了运行pip install -r requirements.txt提示ERROR: Invalid requirement: '"detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2"' (from line 4 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ?的错误
This commit is contained in:
zx2021 2023-03-31 21:49:16 +08:00 committed by GitHub
parent 2d3ea9830e
commit 7d59541718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
langchain
transformers
unstructured[local-inference]
"detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2
detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.6#egg=detectron2
layoutparser[layoutmodels,tesseract]
nltk
sentence-transformers