build(deps): pin pdfminer.six version to 20250324
- Update pdfminer.six dependency from >=20250416 to ==20250324 - This change ensures compatibility with specific project requirements
Showing
| ... | @@ -10,6 +10,6 @@ scikit-learn>=1.0.2 | ... | @@ -10,6 +10,6 @@ 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 | ||
| torchvision | torchvision | ||
| transformers>=4.49.0,!=4.51.0,<5.0.0 | transformers>=4.49.0,!=4.51.0,<5.0.0 | ||
| pdfminer.six>=20250416 | pdfminer.six==20250324 | ||
| 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