fix(requirements): update pdfminer.six version and restrict torch version upper limit
Showing
| ... | @@ -7,9 +7,9 @@ numpy>=1.21.6 | ... | @@ -7,9 +7,9 @@ numpy>=1.21.6 |
| pydantic>=2.7.2,<2.11 | pydantic>=2.7.2,<2.11 | ||
| PyMuPDF>=1.24.9,<1.25.0 | PyMuPDF>=1.24.9,<1.25.0 | ||
| scikit-learn>=1.0.2 | scikit-learn>=1.0.2 | ||
| torch>=2.2.2,!=2.5.0,!=2.5.1 | torch>=2.2.2,!=2.5.0,!=2.5.1,<3 | ||
| torchvision | torchvision | ||
| transformers>=4.49.0,!=4.51.0,<5.0.0 | transformers>=4.49.0,!=4.51.0,<5.0.0 | ||
| pdfminer.six==20250324 | pdfminer.six==20250506 | ||
| tqdm>=4.67.1 | tqdm>=4.67.1 | ||
| # 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