Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
gradio>=4.0.0
|
|
|
|
| 3 |
python-docx>=1.1.0
|
|
|
|
| 4 |
requests>=2.31.0
|
| 5 |
tqdm>=4.66.0
|
| 6 |
lxml>=4.9.0
|
|
@@ -25,4 +27,7 @@ anthropic>=0.7.0
|
|
| 25 |
simalign # Heavy dependency, commented out by default
|
| 26 |
|
| 27 |
# Utilities
|
| 28 |
-
psutil>=5.9.0
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
gradio>=4.0.0
|
| 3 |
+
gradio_client>=0.10.0
|
| 4 |
python-docx>=1.1.0
|
| 5 |
+
python-pptx>=0.6.23
|
| 6 |
requests>=2.31.0
|
| 7 |
tqdm>=4.66.0
|
| 8 |
lxml>=4.9.0
|
|
|
|
| 27 |
simalign # Heavy dependency, commented out by default
|
| 28 |
|
| 29 |
# Utilities
|
| 30 |
+
psutil>=5.9.0
|
| 31 |
+
|
| 32 |
+
numpy>=1.24.0
|
| 33 |
+
scikit-learn>=1.3.0
|