Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
bertopic==0.17.0
|
2 |
+
sentence-transformers>=3.2.0,<4.0.0
|
3 |
+
huggingface_hub>=0.20.0
|
4 |
+
fastapi==0.111.0
|
5 |
+
uvicorn[standard]==0.29.0
|
6 |
+
numba<=0.56.4
|
7 |
+
stop-words==2018.11.18
|
8 |
+
umap-learn>=0.5.0
|
9 |
+
hdbscan>=0.8.29
|
10 |
+
scikit-learn>=1.0
|