Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.21.1
|
2 |
+
numba==0.51.2
|
3 |
+
umap-learn==0.5.2
|
4 |
+
scipy
|
5 |
+
pandas>=1.1.5
|
6 |
+
sentence-transformers==2.1.0
|
7 |
+
sklearn
|
8 |
+
scikit-learn>=1.0.1
|
9 |
+
scipy
|
10 |
+
hdbscan>=0.8.27
|
11 |
+
bertopic==0.9.4
|