浏览代码

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 == ?的错误
zx2021 2 年之前
父节点
当前提交
7d59541718
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -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