build(deps): update dependencies and add support for old Linux systems
- Update transformers to exclude version 4.51.0 due to compatibility issues- Rapid table version range expanded to >=1.0.5,<2.0.0 - Add separate 'full_old_linux' extras_require for better support of older Linux systems - Update matplotlib version requirements for different platforms - Remove platform-specific paddlepaddle versions,
Showing
| ... | ... | @@ -9,7 +9,7 @@ PyMuPDF>=1.24.9,<1.25.0 |
| scikit-learn>=1.0.2 | ||
| torch>=2.2.2,!=2.5.0,!=2.5.1,<=2.6.0 | ||
| torchvision | ||
| transformers>=4.49.0,<5.0.0 | ||
| transformers>=4.49.0,!=4.51.0,<5.0.0 | ||
| pdfminer.six==20231228 | ||
| 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. |
Please register or sign in to comment