surazbhandari commited on
Commit
2889ebb
·
verified ·
1 Parent(s): d79e1fc

Sync from GitHub Actions

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -15
requirements.txt CHANGED
@@ -1,15 +1,11 @@
1
- # Core
2
- torch>=2.0.0
3
- numpy>=1.21.0
4
- tqdm>=4.64.0
5
-
6
- # Demo UI
7
- streamlit>=1.30.0
8
- plotly>=5.0.0
9
-
10
- # Optional (for clustering, CSV processing, & Benchmarking)
11
- scikit-learn>=1.0.0
12
- pandas>=2.0.0
13
- psutil>=5.9.0
14
- sentence-transformers>=2.2.0
15
- safetensors>=0.4.0
 
1
+ torch
2
+ numpy
3
+ tqdm
4
+ streamlit
5
+ plotly
6
+ scikit-learn
7
+ pandas
8
+ psutil
9
+ sentence-transformers
10
+ huggingface_hub
11
+ safetensors