Spaces:
Sleeping
Sleeping
Remove heavy torch dep, make ST truly optional for faster builds
Browse files- requirements.txt +0 -6
requirements.txt
CHANGED
|
@@ -1,12 +1,6 @@
|
|
| 1 |
gradio>=5.0,<6.0
|
| 2 |
huggingface_hub>=0.25.0
|
| 3 |
-
torch>=2.0.0
|
| 4 |
-
sentence-transformers>=3.0
|
| 5 |
numpy>=1.24
|
| 6 |
PyMuPDF>=1.24
|
| 7 |
-
python-pptx>=0.6.23
|
| 8 |
-
openpyxl>=3.1.0
|
| 9 |
pandas>=2.0
|
| 10 |
Pillow>=10.0
|
| 11 |
-
safetensors>=0.4.0
|
| 12 |
-
transformers>=4.40.0
|
|
|
|
| 1 |
gradio>=5.0,<6.0
|
| 2 |
huggingface_hub>=0.25.0
|
|
|
|
|
|
|
| 3 |
numpy>=1.24
|
| 4 |
PyMuPDF>=1.24
|
|
|
|
|
|
|
| 5 |
pandas>=2.0
|
| 6 |
Pillow>=10.0
|
|
|
|
|
|