Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -9,7 +9,6 @@ werkzeug
|
|
9 |
numpy
|
10 |
pandas
|
11 |
plotly
|
12 |
-
pydantic<2
|
13 |
|
14 |
community
|
15 |
umap-learn
|
@@ -34,4 +33,4 @@ 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
|
|
|
33 |
bokeh==3.2.1
|
34 |
|
35 |
scikit-learn==1.2.2
|
36 |
+
langchain==0.2.16
|