Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -44,6 +44,7 @@ joblib==1.4.2
|
|
44 |
jsonpatch==1.33
|
45 |
jsonpointer==3.0.0
|
46 |
kiwisolver==1.4.5
|
|
|
47 |
langchain-community
|
48 |
MarkupSafe==2.1.3
|
49 |
marshmallow==3.21.3
|
@@ -57,7 +58,7 @@ orjson==3.10.6
|
|
57 |
packaging==23.2
|
58 |
pandas==1.5.3
|
59 |
pandasai==2.2.14
|
60 |
-
pandasai[langchain]==2.2.14
|
61 |
pillow==10.4.0
|
62 |
proto-plus==1.24.0
|
63 |
protobuf==4.25.3
|
|
|
44 |
jsonpatch==1.33
|
45 |
jsonpointer==3.0.0
|
46 |
kiwisolver==1.4.5
|
47 |
+
langchain
|
48 |
langchain-community
|
49 |
MarkupSafe==2.1.3
|
50 |
marshmallow==3.21.3
|
|
|
58 |
packaging==23.2
|
59 |
pandas==1.5.3
|
60 |
pandasai==2.2.14
|
61 |
+
#pandasai[langchain]==2.2.14
|
62 |
pillow==10.4.0
|
63 |
proto-plus==1.24.0
|
64 |
protobuf==4.25.3
|