Yeetek commited on
Commit
89889db
·
verified ·
1 Parent(s): f681b74

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,9 +1,11 @@
1
- bertopic==0.17.0
2
- sentence-transformers==2.2.2
3
- fastapi==0.111.0
4
- uvicorn[standard]==0.29.0
5
 
6
- # — keep these wheels (no compiler) —
7
- numba<=0.56.4
8
- umap-learn==0.5.5
9
- hdbscan>=0.8.34
 
 
 
 
1
+ bertopic==0.17.0
2
+ sentence-transformers==2.2.2
3
+ huggingface_hub==0.9.1
 
4
 
5
+ fastapi==0.111.0
6
+ uvicorn[standard]==0.29.0
7
+
8
+ # — keep these wheels (no compiler) —
9
+ numba<=0.56.4
10
+ umap-learn==0.5.5
11
+ hdbscan>=0.8.34