Babajaan commited on
Commit
efd19a4
·
verified ·
1 Parent(s): 9b66dba

Remove heavy torch dep, make ST truly optional for faster builds

Browse files
Files changed (1) hide show
  1. 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