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:
parent
2edb920b24
commit
2d3ea9830e
|
|
@ -1,7 +1,7 @@
|
||||||
langchain
|
langchain
|
||||||
transformers
|
transformers
|
||||||
unstructured[local-inference]
|
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]
|
layoutparser[layoutmodels,tesseract]
|
||||||
nltk
|
nltk
|
||||||
sentence-transformers
|
sentence-transformers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue