Yeetek commited on
Commit
009ca46
·
verified ·
1 Parent(s): 2e4795a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -4
requirements.txt CHANGED
@@ -3,9 +3,7 @@ sentence-transformers>=2.4,<3
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
 
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