refactor(magic_pdf): remove unused imports and update dependencies
- Remove unused imports for concurrent.futures, multiprocessing, and paddle - Delete commented-out code - Update numpy dependency to remove upper version limit - Remove InferenceResult import that was commented out
Showing
| ... | ... | @@ -3,7 +3,7 @@ Brotli>=1.1.0 |
| click>=8.1.7 | ||
| fast-langdetect>=0.2.3,<0.3.0 | ||
| loguru>=0.6.0 | ||
| numpy>=1.21.6,<2.0.0 | ||
| numpy>=1.21.6 | ||
| pydantic>=2.7.2 | ||
| PyMuPDF>=1.24.9,<=1.24.14 | ||
| scikit-learn>=1.0.2 | ||
| ... | ... |
Please register or sign in to comment