Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
修复了运行pip install -r requirements.txt提示ERROR: Invalid requirement: '"detectron2@git+https://github.com/facebookresearch/[email protected]#egg=detectron2"' (from line 4 of requirements.txt)
Hint: = is not a valid operator. Did you mean == ?的错误
  • Loading branch information
YIZXIY authored Mar 31, 2023
1 parent 2d3ea98 commit 7d59541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
langchain
transformers
unstructured[local-inference]
"detectron2@git+https://github.com/facebookresearch/[email protected]#egg=detectron2
detectron2@git+https://github.com/facebookresearch/[email protected]#egg=detectron2
layoutparser[layoutmodels,tesseract]
nltk
sentence-transformers

0 comments on commit 7d59541

Please sign in to comment.