Merge pull request #1238 from myhloli/dev
refactor(magic_pdf): optimize environment setup and dependencies
Showing
| ... | @@ -7,7 +7,7 @@ numpy>=1.21.6,<2.0.0 | ... | @@ -7,7 +7,7 @@ numpy>=1.21.6,<2.0.0 |
| pydantic>=2.7.2,<2.8.0 | pydantic>=2.7.2,<2.8.0 | ||
| PyMuPDF>=1.24.9 | PyMuPDF>=1.24.9 | ||
| scikit-learn>=1.0.2 | scikit-learn>=1.0.2 | ||
| torch>=2.2.2,<=2.3.1 | 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. |
Please register or sign in to comment