Spaces:
Sleeping
Sleeping
wang.lingxiao commited on
Commit ·
e37fd3c
1
Parent(s): 5b2fc38
merge
Browse files- requirements.txt +2 -39
requirements.txt
CHANGED
|
@@ -1,43 +1,6 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
-
gradio
|
| 3 |
-
mcp-server-gradio
|
| 4 |
|
| 5 |
# Document processing
|
| 6 |
python-docx>=1.1.0
|
| 7 |
-
PyMuPDF>=1.23.0
|
| 8 |
-
python-pptx>=0.6.21
|
| 9 |
-
openpyxl>=3.1.0
|
| 10 |
-
striprtf>=0.0.26
|
| 11 |
-
ebooklib>=0.18
|
| 12 |
-
|
| 13 |
-
# OCR capabilities
|
| 14 |
-
pytesseract>=0.3.10
|
| 15 |
-
Pillow>=10.0.0
|
| 16 |
-
|
| 17 |
-
# AI and NLP
|
| 18 |
-
spacy>=3.7.0
|
| 19 |
-
transformers>=4.30.0
|
| 20 |
-
torch>=2.0.0
|
| 21 |
-
|
| 22 |
-
# Utilities
|
| 23 |
-
python-dateutil>=2.8.2
|
| 24 |
-
pyyaml>=6.0
|
| 25 |
-
markdown>=3.5.0
|
| 26 |
-
beautifulsoup4>=4.12.0
|
| 27 |
-
lxml>=4.9.0
|
| 28 |
-
requests>=2.31.0
|
| 29 |
-
|
| 30 |
-
# Optional: Advanced features
|
| 31 |
-
matplotlib>=3.7.0
|
| 32 |
-
pandas>=2.0.0
|
| 33 |
-
numpy>=1.24.0
|
| 34 |
-
scikit-learn>=1.3.0
|
| 35 |
-
|
| 36 |
-
# Development and testing
|
| 37 |
-
pytest>=7.4.0
|
| 38 |
-
black>=23.0.0
|
| 39 |
-
flake8>=6.0.0
|
| 40 |
-
|
| 41 |
-
# Performance
|
| 42 |
-
uvloop>=0.17.0
|
| 43 |
-
aiofiles>=23.0.0
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
+
gradio>=4.0.0
|
|
|
|
| 3 |
|
| 4 |
# Document processing
|
| 5 |
python-docx>=1.1.0
|
| 6 |
+
PyMuPDF>=1.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|