"tools/vscode:/vscode.git/clone" did not exist on "851d66fa6508c1db5ffd79d723dd9df9a29fdd4f"
Commit 023ed9c8 authored by myhloli's avatar myhloli
Browse files

build: enable pdfminer.six dependency

- Uncomment pdfminer.six in requirements.txt
- Specify version 20231228 for pdfminer.six
parent 061c03a0
...@@ -9,5 +9,5 @@ PyMuPDF>=1.24.9 ...@@ -9,5 +9,5 @@ PyMuPDF>=1.24.9
scikit-learn>=1.0.2 scikit-learn>=1.0.2
torch>=2.2.2 torch>=2.2.2
transformers transformers
# pdfminer.six==20231228 pdfminer.six==20231228
# The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator. # The requirements.txt must ensure that only necessary external dependencies are introduced. If there are new dependencies to add, please contact the project administrator.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment