Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- 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 |
-
#
|
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
|
|
|
|