Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +60 -0
requirements.txt
CHANGED
@@ -1,38 +1,73 @@
|
|
|
|
1 |
aiohttp==3.9.5
|
2 |
aiosignal==1.3.1
|
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.4.0
|
5 |
async-timeout==4.0.3
|
6 |
attrs==23.2.0
|
7 |
boto3==1.34.145
|
8 |
botocore==1.34.145
|
|
|
9 |
certifi==2024.7.4
|
10 |
charset-normalizer==3.3.2
|
|
|
11 |
cohere==5.6.1
|
|
|
|
|
12 |
dataclasses-json==0.6.7
|
|
|
|
|
13 |
exceptiongroup==1.2.2
|
|
|
|
|
14 |
fastavro==1.9.5
|
|
|
15 |
filelock==3.15.4
|
|
|
16 |
frozenlist==1.4.1
|
17 |
fsspec==2024.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
greenlet==3.0.3
|
|
|
|
|
19 |
h11==0.14.0
|
20 |
httpcore==1.0.5
|
|
|
|
|
21 |
httpx==0.27.0
|
22 |
httpx-sse==0.4.0
|
23 |
huggingface-hub==0.24.0
|
24 |
idna==3.7
|
|
|
|
|
25 |
jmespath==1.0.1
|
26 |
jsonpatch==1.33
|
27 |
jsonpointer==3.0.0
|
|
|
|
|
|
|
28 |
langchain==0.2.10
|
29 |
langchain-cohere==0.1.9
|
30 |
langchain-community==0.2.9
|
31 |
langchain-core==0.2.22
|
32 |
langchain-experimental==0.0.62
|
|
|
33 |
langchain-text-splitters==0.2.2
|
34 |
langsmith==0.1.93
|
|
|
|
|
35 |
marshmallow==3.21.3
|
|
|
|
|
36 |
multidict==6.0.5
|
37 |
mypy-extensions==1.0.0
|
38 |
numpy==1.26.4
|
@@ -40,24 +75,49 @@ orjson==3.10.6
|
|
40 |
packaging==24.1
|
41 |
pandas==2.2.2
|
42 |
parameterized==0.9.0
|
|
|
|
|
|
|
|
|
|
|
43 |
pydantic==2.8.2
|
44 |
pydantic_core==2.20.1
|
|
|
|
|
|
|
45 |
python-dateutil==2.9.0.post0
|
46 |
python-dotenv==1.0.1
|
|
|
47 |
pytz==2024.1
|
48 |
PyYAML==6.0.1
|
|
|
49 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
50 |
s3transfer==0.10.2
|
|
|
|
|
51 |
six==1.16.0
|
52 |
sniffio==1.3.1
|
53 |
SQLAlchemy==2.0.31
|
|
|
54 |
tabulate==0.9.0
|
55 |
tenacity==8.5.0
|
56 |
tokenizers==0.19.1
|
|
|
|
|
57 |
tqdm==4.66.4
|
|
|
58 |
types-requests==2.32.0.20240712
|
59 |
typing-inspect==0.9.0
|
60 |
typing_extensions==4.12.2
|
61 |
tzdata==2024.1
|
|
|
62 |
urllib3==2.2.2
|
|
|
|
|
|
|
|
|
63 |
yarl==1.9.4
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
aiohttp==3.9.5
|
3 |
aiosignal==1.3.1
|
4 |
+
altair==5.3.0
|
5 |
annotated-types==0.7.0
|
6 |
anyio==4.4.0
|
7 |
async-timeout==4.0.3
|
8 |
attrs==23.2.0
|
9 |
boto3==1.34.145
|
10 |
botocore==1.34.145
|
11 |
+
cachetools==5.4.0
|
12 |
certifi==2024.7.4
|
13 |
charset-normalizer==3.3.2
|
14 |
+
click==8.1.7
|
15 |
cohere==5.6.1
|
16 |
+
contourpy==1.2.1
|
17 |
+
cycler==0.12.1
|
18 |
dataclasses-json==0.6.7
|
19 |
+
dnspython==2.6.1
|
20 |
+
email_validator==2.2.0
|
21 |
exceptiongroup==1.2.2
|
22 |
+
fastapi==0.111.1
|
23 |
+
fastapi-cli==0.0.4
|
24 |
fastavro==1.9.5
|
25 |
+
ffmpy==0.3.2
|
26 |
filelock==3.15.4
|
27 |
+
fonttools==4.53.1
|
28 |
frozenlist==1.4.1
|
29 |
fsspec==2024.6.1
|
30 |
+
google-ai-generativelanguage==0.6.6
|
31 |
+
google-api-core==2.19.1
|
32 |
+
google-api-python-client==2.137.0
|
33 |
+
google-auth==2.32.0
|
34 |
+
google-auth-httplib2==0.2.0
|
35 |
+
google-generativeai==0.7.2
|
36 |
+
googleapis-common-protos==1.63.2
|
37 |
+
gradio==4.38.1
|
38 |
+
gradio_client==1.1.0
|
39 |
greenlet==3.0.3
|
40 |
+
grpcio==1.65.1
|
41 |
+
grpcio-status==1.62.2
|
42 |
h11==0.14.0
|
43 |
httpcore==1.0.5
|
44 |
+
httplib2==0.22.0
|
45 |
+
httptools==0.6.1
|
46 |
httpx==0.27.0
|
47 |
httpx-sse==0.4.0
|
48 |
huggingface-hub==0.24.0
|
49 |
idna==3.7
|
50 |
+
importlib_resources==6.4.0
|
51 |
+
Jinja2==3.1.4
|
52 |
jmespath==1.0.1
|
53 |
jsonpatch==1.33
|
54 |
jsonpointer==3.0.0
|
55 |
+
jsonschema==4.23.0
|
56 |
+
jsonschema-specifications==2023.12.1
|
57 |
+
kiwisolver==1.4.5
|
58 |
langchain==0.2.10
|
59 |
langchain-cohere==0.1.9
|
60 |
langchain-community==0.2.9
|
61 |
langchain-core==0.2.22
|
62 |
langchain-experimental==0.0.62
|
63 |
+
langchain-google-genai==1.0.7
|
64 |
langchain-text-splitters==0.2.2
|
65 |
langsmith==0.1.93
|
66 |
+
markdown-it-py==3.0.0
|
67 |
+
MarkupSafe==2.1.5
|
68 |
marshmallow==3.21.3
|
69 |
+
matplotlib==3.9.1
|
70 |
+
mdurl==0.1.2
|
71 |
multidict==6.0.5
|
72 |
mypy-extensions==1.0.0
|
73 |
numpy==1.26.4
|
|
|
75 |
packaging==24.1
|
76 |
pandas==2.2.2
|
77 |
parameterized==0.9.0
|
78 |
+
pillow==10.4.0
|
79 |
+
proto-plus==1.24.0
|
80 |
+
protobuf==4.25.3
|
81 |
+
pyasn1==0.6.0
|
82 |
+
pyasn1_modules==0.4.0
|
83 |
pydantic==2.8.2
|
84 |
pydantic_core==2.20.1
|
85 |
+
pydub==0.25.1
|
86 |
+
Pygments==2.18.0
|
87 |
+
pyparsing==3.1.2
|
88 |
python-dateutil==2.9.0.post0
|
89 |
python-dotenv==1.0.1
|
90 |
+
python-multipart==0.0.9
|
91 |
pytz==2024.1
|
92 |
PyYAML==6.0.1
|
93 |
+
referencing==0.35.1
|
94 |
requests==2.32.3
|
95 |
+
rich==13.7.1
|
96 |
+
rpds-py==0.19.0
|
97 |
+
rsa==4.9
|
98 |
+
ruff==0.5.4
|
99 |
s3transfer==0.10.2
|
100 |
+
semantic-version==2.10.0
|
101 |
+
shellingham==1.5.4
|
102 |
six==1.16.0
|
103 |
sniffio==1.3.1
|
104 |
SQLAlchemy==2.0.31
|
105 |
+
starlette==0.37.2
|
106 |
tabulate==0.9.0
|
107 |
tenacity==8.5.0
|
108 |
tokenizers==0.19.1
|
109 |
+
tomlkit==0.12.0
|
110 |
+
toolz==0.12.1
|
111 |
tqdm==4.66.4
|
112 |
+
typer==0.12.3
|
113 |
types-requests==2.32.0.20240712
|
114 |
typing-inspect==0.9.0
|
115 |
typing_extensions==4.12.2
|
116 |
tzdata==2024.1
|
117 |
+
uritemplate==4.1.1
|
118 |
urllib3==2.2.2
|
119 |
+
uvicorn==0.30.3
|
120 |
+
uvloop==0.19.0
|
121 |
+
watchfiles==0.22.0
|
122 |
+
websockets==11.0.3
|
123 |
yarl==1.9.4
|