rameshmoorthy
commited on
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
pandas
|
2 |
-
bertopic
|
3 |
huggingface_hub
|
4 |
sentence-transformers
|
5 |
scikit-learn
|
6 |
matplotlib
|
7 |
-
plotly
|
8 |
wordcloud
|
9 |
scipy==1.11.4
|
10 |
openpyxl
|
11 |
-
|
|
|
1 |
pandas
|
2 |
+
bertopic==0.16.0
|
3 |
huggingface_hub
|
4 |
sentence-transformers
|
5 |
scikit-learn
|
6 |
matplotlib
|
7 |
+
plotly==5.15.0
|
8 |
wordcloud
|
9 |
scipy==1.11.4
|
10 |
openpyxl
|
11 |
+
numpy==1.23.5
|