Yeetek commited on
Commit
9d62a97
·
verified ·
1 Parent(s): ba3e241

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -3
requirements.txt CHANGED
@@ -3,7 +3,9 @@ sentence-transformers>=2.4,<3
3
  fastapi==0.111.0
4
  uvicorn[standard]==0.29.0
5
 
6
- # ---- pins that remove the runtime error ----
7
  numba<=0.56.4
8
- umap-learn==0.5.5 # works with older numba
9
- hdbscan==0.8.33 # BERTopic dependency, keep in sync
 
 
 
3
  fastapi==0.111.0
4
  uvicorn[standard]==0.29.0
5
 
6
+ # numba/umap pin that avoids the cache crash
7
  numba<=0.56.4
8
+ umap-learn==0.5.5
9
+
10
+ # wheel exists for cp310 so no compiler needed
11
+ hdbscan>=0.8.34