Spaces:
Runtime error
Runtime error
Commit
·
971b1fb
1
Parent(s):
6dddd5e
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
sentence-transformers
|
2 |
streamlit==1.8.1
|
3 |
plotly==5.11.0
|
4 |
plotly-express==0.4.1
|
5 |
scikit-learn==1.0.2
|
6 |
-
pandas==1.4.2
|
|
|
|
1 |
+
sentence-transformers==2.2.0
|
2 |
streamlit==1.8.1
|
3 |
plotly==5.11.0
|
4 |
plotly-express==0.4.1
|
5 |
scikit-learn==1.0.2
|
6 |
+
pandas==1.4.2
|
7 |
+
umap-learn==0.5.3
|