Changes 1
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -9,8 +9,7 @@ werkzeug
|
|
9 |
numpy
|
10 |
pandas
|
11 |
plotly
|
12 |
-
|
13 |
-
networkx
|
14 |
community
|
15 |
umap-learn
|
16 |
seaborn
|
@@ -24,14 +23,14 @@ google-auth-oauthlib
|
|
24 |
google-auth
|
25 |
transformers
|
26 |
textstat
|
27 |
-
spacy
|
28 |
streamlit_option_menu
|
29 |
beautifulsoup4
|
30 |
youtube-transcript-api
|
31 |
requests
|
32 |
-
|
33 |
networkx==3.1
|
34 |
bokeh==3.2.1
|
35 |
|
36 |
scikit-learn==1.2.2
|
37 |
-
langchain==0.
|
|
|
9 |
numpy
|
10 |
pandas
|
11 |
plotly
|
12 |
+
|
|
|
13 |
community
|
14 |
umap-learn
|
15 |
seaborn
|
|
|
23 |
google-auth
|
24 |
transformers
|
25 |
textstat
|
26 |
+
spacy==3.5.2
|
27 |
streamlit_option_menu
|
28 |
beautifulsoup4
|
29 |
youtube-transcript-api
|
30 |
requests
|
31 |
+
|
32 |
networkx==3.1
|
33 |
bokeh==3.2.1
|
34 |
|
35 |
scikit-learn==1.2.2
|
36 |
+
langchain==0.2.16
|