Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +95 -1
requirements.txt
CHANGED
@@ -1 +1,95 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.3
|
2 |
+
aiohttp==3.11.7
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.5.0
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.6.2.post1
|
7 |
+
attrs==24.2.0
|
8 |
+
blinker==1.9.0
|
9 |
+
cachetools==5.5.0
|
10 |
+
certifi==2024.8.30
|
11 |
+
charset-normalizer==3.4.0
|
12 |
+
click==8.1.7
|
13 |
+
colorama==0.4.6
|
14 |
+
dataclasses-json==0.6.7
|
15 |
+
distro==1.9.0
|
16 |
+
et_xmlfile==2.0.0
|
17 |
+
faiss-cpu==1.9.0.post1
|
18 |
+
frozenlist==1.5.0
|
19 |
+
gitdb==4.0.11
|
20 |
+
GitPython==3.1.43
|
21 |
+
greenlet==3.1.1
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==1.0.7
|
24 |
+
httpx==0.27.2
|
25 |
+
httpx-sse==0.4.0
|
26 |
+
idna==3.10
|
27 |
+
Jinja2==3.1.4
|
28 |
+
jiter==0.8.0
|
29 |
+
jsonpatch==1.33
|
30 |
+
jsonpointer==3.0.0
|
31 |
+
jsonschema==4.23.0
|
32 |
+
jsonschema-specifications==2024.10.1
|
33 |
+
langchain==0.3.8
|
34 |
+
langchain-community==0.3.8
|
35 |
+
langchain-core==0.3.21
|
36 |
+
langchain-openai==0.2.10
|
37 |
+
langchain-text-splitters==0.3.2
|
38 |
+
langsmith==0.1.146
|
39 |
+
lxml==5.3.0
|
40 |
+
markdown-it-py==3.0.0
|
41 |
+
MarkupSafe==3.0.2
|
42 |
+
marshmallow==3.23.1
|
43 |
+
mdurl==0.1.2
|
44 |
+
multidict==6.1.0
|
45 |
+
mypy-extensions==1.0.0
|
46 |
+
mysql-connector-python==9.1.0
|
47 |
+
#mysqlclient==2.2.6
|
48 |
+
narwhals==1.14.2
|
49 |
+
numpy==1.26.4
|
50 |
+
openai==1.55.1
|
51 |
+
openpyxl==3.1.5
|
52 |
+
orjson==3.10.12
|
53 |
+
packaging==24.2
|
54 |
+
pandas==2.2.3
|
55 |
+
pillow==11.0.0
|
56 |
+
propcache==0.2.0
|
57 |
+
protobuf==5.28.3
|
58 |
+
pyarrow==18.1.0
|
59 |
+
pydantic==2.10.2
|
60 |
+
pydantic-settings==2.6.1
|
61 |
+
pydantic_core==2.27.1
|
62 |
+
pydeck==0.9.1
|
63 |
+
Pygments==2.18.0
|
64 |
+
PyPDF2==3.0.1
|
65 |
+
python-dateutil==2.9.0.post0
|
66 |
+
python-docx==1.1.2
|
67 |
+
python-dotenv==1.0.1
|
68 |
+
pytz==2024.2
|
69 |
+
PyYAML==6.0.2
|
70 |
+
referencing==0.35.1
|
71 |
+
regex==2024.11.6
|
72 |
+
requests==2.32.3
|
73 |
+
requests-toolbelt==1.0.0
|
74 |
+
rich==13.9.4
|
75 |
+
rpds-py==0.21.0
|
76 |
+
six==1.16.0
|
77 |
+
smmap==5.0.1
|
78 |
+
sniffio==1.3.1
|
79 |
+
SQLAlchemy==2.0.35
|
80 |
+
streamlit==1.40.2
|
81 |
+
tenacity==9.0.0
|
82 |
+
tiktoken==0.8.0
|
83 |
+
toml==0.10.2
|
84 |
+
tornado==6.4.2
|
85 |
+
tqdm==4.67.1
|
86 |
+
typing-inspect==0.9.0
|
87 |
+
typing_extensions==4.12.2
|
88 |
+
tzdata==2024.2
|
89 |
+
urllib3==2.2.3
|
90 |
+
watchdog==6.0.0
|
91 |
+
yarl==1.18.0
|
92 |
+
pandasai
|
93 |
+
seaborn
|
94 |
+
pillow
|
95 |
+
pandas
|