Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -4
requirements.txt
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
-
bertopic
|
| 2 |
pandas
|
| 3 |
numpy
|
| 4 |
scikit-learn
|
| 5 |
sentence-transformers
|
| 6 |
umap-learn
|
| 7 |
hdbscan
|
| 8 |
-
tqdm
|
| 9 |
streamlit
|
| 10 |
groq
|
| 11 |
scipy
|
| 12 |
-
json5
|
| 13 |
plotly
|
| 14 |
nltk
|
| 15 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
pandas
|
| 2 |
numpy
|
| 3 |
scikit-learn
|
| 4 |
sentence-transformers
|
| 5 |
umap-learn
|
| 6 |
hdbscan
|
|
|
|
| 7 |
streamlit
|
| 8 |
groq
|
| 9 |
scipy
|
|
|
|
| 10 |
plotly
|
| 11 |
nltk
|
| 12 |
+
requests
|
| 13 |
+
optuna
|
| 14 |
+
keybert
|