Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- 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 |
-
#
|
7 |
numba<=0.56.4
|
8 |
-
umap-learn==0.5.5
|
9 |
-
|
|
|
|
|
|
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
|