Ali2206 commited on
Commit
029059d
·
verified ·
1 Parent(s): 78b3332

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +23 -27
requirements.txt CHANGED
@@ -1,27 +1,23 @@
1
- # core UI / runtime
2
- gradio
3
- vllm‑cu121>=0.7.4 # or the CUDA version that matches the HF Space image
4
- torch==2.2.*+cu121 # pre‑built CUDA wheel
5
- txagent>=0.1.2
6
- tooluniverse>=0.4.1
7
-
8
- transformers>=4.40.0
9
- sentence-transformers>=2.6.0
10
- accelerate>=0.28.0
11
-
12
- # fast PDF + tabular ingestion
13
- PyMuPDF>=1.24.4 # import name: fitz (C‑accelerated PDF parser)
14
- pyarrow[mmap]>=16.1.0 # zero‑copy CSV/XLSX streaming
15
- tqdm>=4.66.0 # progress bars
16
-
17
- # data & utilities
18
- pandas>=2.2.0
19
- openpyxl>=3.1.2 # only for .xlsx fallback
20
- xlrd>=2.0.1 # only for legacy .xls
21
- diskcache>=5.6.3
22
- psutil>=5.9.8
23
- cachetools>=5.3.3
24
-
25
- # optional: GPU / system monitoring in Hugging Face Spaces
26
- scipy
27
- huggingface_hub
 
1
+ gradio
2
+ tooluniverse
3
+ transformers
4
+ sentence-transformers
5
+ torch
6
+ vllm
7
+ accelerate
8
+ scipy
9
+ huggingface_hub
10
+ pypdfium2
11
+ pytesseract
12
+ pdfplumber
13
+ python-docx
14
+ pandas
15
+ openpyxl
16
+ xlrd
17
+ tabulate
18
+ psutil
19
+ diskcache
20
+ Pillow
21
+ polars
22
+ cachetools
23
+ aiofiles