Spaces:
Runtime error
Runtime error
Update requirements.txt (#4)
Browse files- Update requirements.txt (96140cb298023afaffa70e4b3b1bc6da457c2e87)
Co-authored-by: Raphael M <rairo@users.noreply.huggingface.co>
- requirements.txt +4 -14
requirements.txt
CHANGED
|
@@ -23,13 +23,6 @@ Faker==19.13.0
|
|
| 23 |
Flask==3.0.0
|
| 24 |
fonttools==4.53.1
|
| 25 |
frozenlist==1.4.1
|
| 26 |
-
google-ai-generativelanguage==0.6.6
|
| 27 |
-
google-api-core==2.19.1
|
| 28 |
-
google-api-python-client==2.137.0
|
| 29 |
-
google-auth==2.32.0
|
| 30 |
-
google-auth-httplib2==0.2.0
|
| 31 |
-
google-generativeai==0.7.2
|
| 32 |
-
googleapis-common-protos==1.63.2
|
| 33 |
greenlet==3.0.3
|
| 34 |
grpcio==1.65.0
|
| 35 |
grpcio-status==1.62.2
|
|
@@ -51,13 +44,8 @@ joblib==1.4.2
|
|
| 51 |
jsonpatch==1.33
|
| 52 |
jsonpointer==3.0.0
|
| 53 |
kiwisolver==1.4.5
|
| 54 |
-
langchain
|
| 55 |
-
langchain-community
|
| 56 |
-
langchain-core==0.2.13
|
| 57 |
-
langchain-experimental==0.0.62
|
| 58 |
-
langchain-google-genai==1.0.7
|
| 59 |
-
langchain-text-splitters==0.2.2
|
| 60 |
-
langsmith==0.1.85
|
| 61 |
MarkupSafe==2.1.3
|
| 62 |
marshmallow==3.21.3
|
| 63 |
matplotlib==3.9.2
|
|
@@ -70,6 +58,7 @@ orjson==3.10.6
|
|
| 70 |
packaging==23.2
|
| 71 |
pandas==1.5.3
|
| 72 |
pandasai==2.2.14
|
|
|
|
| 73 |
pillow==10.4.0
|
| 74 |
proto-plus==1.24.0
|
| 75 |
protobuf==4.25.3
|
|
@@ -88,6 +77,7 @@ requests-toolbelt==1.0.0
|
|
| 88 |
rsa==4.9
|
| 89 |
scikit-learn==1.5.1
|
| 90 |
scipy==1.14.0
|
|
|
|
| 91 |
six==1.16.0
|
| 92 |
sniffio==1.3.1
|
| 93 |
SQLAlchemy==2.0.31
|
|
|
|
| 23 |
Flask==3.0.0
|
| 24 |
fonttools==4.53.1
|
| 25 |
frozenlist==1.4.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
greenlet==3.0.3
|
| 27 |
grpcio==1.65.0
|
| 28 |
grpcio-status==1.62.2
|
|
|
|
| 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
|
| 51 |
matplotlib==3.9.2
|
|
|
|
| 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
|
|
|
|
| 77 |
rsa==4.9
|
| 78 |
scikit-learn==1.5.1
|
| 79 |
scipy==1.14.0
|
| 80 |
+
sseclient-py==1.8.0
|
| 81 |
six==1.16.0
|
| 82 |
sniffio==1.3.1
|
| 83 |
SQLAlchemy==2.0.31
|