Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +21 -6
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ aiosignal==1.3.1
|
|
| 3 |
annotated-types==0.7.0
|
| 4 |
anyio==4.4.0
|
| 5 |
assemblyai==0.30.0
|
|
|
|
| 6 |
async-timeout==4.0.3
|
| 7 |
attrs==23.2.0
|
| 8 |
blinker==1.6.2
|
|
@@ -11,10 +12,16 @@ certifi==2024.7.4
|
|
| 11 |
charset-normalizer==3.3.2
|
| 12 |
click==8.1.6
|
| 13 |
colorama==0.4.6
|
|
|
|
|
|
|
| 14 |
dataclasses-json==0.6.7
|
|
|
|
|
|
|
| 15 |
et-xmlfile==1.1.0
|
| 16 |
exceptiongroup==1.2.1
|
|
|
|
| 17 |
Flask==3.0.0
|
|
|
|
| 18 |
frozenlist==1.4.1
|
| 19 |
google-ai-generativelanguage==0.6.6
|
| 20 |
google-api-core==2.19.1
|
|
@@ -38,9 +45,12 @@ hume==0.6.0
|
|
| 38 |
hyperframe==6.0.1
|
| 39 |
idna==3.7
|
| 40 |
itsdangerous==2.1.2
|
| 41 |
-
Jinja2==3.1.
|
|
|
|
|
|
|
| 42 |
jsonpatch==1.33
|
| 43 |
jsonpointer==3.0.0
|
|
|
|
| 44 |
langchain==0.2.7
|
| 45 |
langchain-community==0.2.7
|
| 46 |
langchain-core==0.2.13
|
|
@@ -50,13 +60,17 @@ langchain-text-splitters==0.2.2
|
|
| 50 |
langsmith==0.1.85
|
| 51 |
MarkupSafe==2.1.3
|
| 52 |
marshmallow==3.21.3
|
|
|
|
| 53 |
multidict==6.0.5
|
| 54 |
mypy-extensions==1.0.0
|
| 55 |
numpy==1.26.4
|
|
|
|
| 56 |
openpyxl==3.1.5
|
| 57 |
orjson==3.10.6
|
| 58 |
packaging==23.2
|
| 59 |
-
pandas==
|
|
|
|
|
|
|
| 60 |
proto-plus==1.24.0
|
| 61 |
protobuf==4.25.3
|
| 62 |
pyasn1==0.6.0
|
|
@@ -72,15 +86,16 @@ PyYAML==6.0.1
|
|
| 72 |
requests==2.32.3
|
| 73 |
requests-toolbelt==1.0.0
|
| 74 |
rsa==4.9
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
seaborn
|
| 78 |
six==1.16.0
|
| 79 |
sniffio==1.3.1
|
| 80 |
-
statsmodels
|
| 81 |
SQLAlchemy==2.0.31
|
|
|
|
|
|
|
| 82 |
tabulate==0.9.0
|
| 83 |
tenacity==8.5.0
|
|
|
|
| 84 |
tqdm==4.66.4
|
| 85 |
typing-inspect==0.9.0
|
| 86 |
typing_extensions==4.12.2
|
|
|
|
| 3 |
annotated-types==0.7.0
|
| 4 |
anyio==4.4.0
|
| 5 |
assemblyai==0.30.0
|
| 6 |
+
astor==0.8.1
|
| 7 |
async-timeout==4.0.3
|
| 8 |
attrs==23.2.0
|
| 9 |
blinker==1.6.2
|
|
|
|
| 12 |
charset-normalizer==3.3.2
|
| 13 |
click==8.1.6
|
| 14 |
colorama==0.4.6
|
| 15 |
+
contourpy==1.2.1
|
| 16 |
+
cycler==0.12.1
|
| 17 |
dataclasses-json==0.6.7
|
| 18 |
+
distro==1.9.0
|
| 19 |
+
duckdb==1.0.0
|
| 20 |
et-xmlfile==1.1.0
|
| 21 |
exceptiongroup==1.2.1
|
| 22 |
+
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
|
|
|
|
| 45 |
hyperframe==6.0.1
|
| 46 |
idna==3.7
|
| 47 |
itsdangerous==2.1.2
|
| 48 |
+
Jinja2==3.1.4
|
| 49 |
+
jiter==0.5.0
|
| 50 |
+
joblib==1.4.2
|
| 51 |
jsonpatch==1.33
|
| 52 |
jsonpointer==3.0.0
|
| 53 |
+
kiwisolver==1.4.5
|
| 54 |
langchain==0.2.7
|
| 55 |
langchain-community==0.2.7
|
| 56 |
langchain-core==0.2.13
|
|
|
|
| 60 |
langsmith==0.1.85
|
| 61 |
MarkupSafe==2.1.3
|
| 62 |
marshmallow==3.21.3
|
| 63 |
+
matplotlib==3.9.2
|
| 64 |
multidict==6.0.5
|
| 65 |
mypy-extensions==1.0.0
|
| 66 |
numpy==1.26.4
|
| 67 |
+
openai==1.40.6
|
| 68 |
openpyxl==3.1.5
|
| 69 |
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
|
| 76 |
pyasn1==0.6.0
|
|
|
|
| 86 |
requests==2.32.3
|
| 87 |
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
|
| 94 |
+
sqlglot==25.11.2
|
| 95 |
+
sqlglotrs==0.2.8
|
| 96 |
tabulate==0.9.0
|
| 97 |
tenacity==8.5.0
|
| 98 |
+
threadpoolctl==3.5.0
|
| 99 |
tqdm==4.66.4
|
| 100 |
typing-inspect==0.9.0
|
| 101 |
typing_extensions==4.12.2
|