ad4r5hgs commited on
Commit
0219390
·
verified ·
1 Parent(s): 6a8925d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +168 -0
requirements.txt ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ asgiref==3.8.1
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ backoff==2.2.1
11
+ bcrypt==4.1.3
12
+ boto3==1.34.145
13
+ botocore==1.34.145
14
+ build==1.2.1
15
+ cachetools==5.4.0
16
+ certifi==2024.7.4
17
+ charset-normalizer==3.3.2
18
+ chroma-hnswlib==0.7.5
19
+ chromadb==0.5.4
20
+ click==8.1.7
21
+ cohere==5.6.1
22
+ colorama==0.4.6
23
+ coloredlogs==15.0.1
24
+ contourpy==1.2.1
25
+ cycler==0.12.1
26
+ dataclasses-json==0.6.7
27
+ Deprecated==1.2.14
28
+ distro==1.9.0
29
+ dnspython==2.6.1
30
+ email_validator==2.2.0
31
+ exceptiongroup==1.2.2
32
+ fastapi==0.111.1
33
+ fastapi-cli==0.0.4
34
+ fastavro==1.9.5
35
+ ffmpy==0.3.2
36
+ filelock==3.15.4
37
+ flatbuffers==24.3.25
38
+ fonttools==4.53.1
39
+ frozenlist==1.4.1
40
+ fsspec==2024.6.1
41
+ google-ai-generativelanguage==0.6.6
42
+ google-api-core==2.19.1
43
+ google-api-python-client==2.137.0
44
+ google-auth==2.32.0
45
+ google-auth-httplib2==0.2.0
46
+ google-generativeai==0.7.2
47
+ googleapis-common-protos==1.63.2
48
+ gradio==4.38.1
49
+ gradio_client==1.1.0
50
+ greenlet==3.0.3
51
+ grpcio==1.65.1
52
+ grpcio-status==1.62.2
53
+ h11==0.14.0
54
+ httpcore==1.0.5
55
+ httplib2==0.22.0
56
+ httptools==0.6.1
57
+ httpx==0.27.0
58
+ httpx-sse==0.4.0
59
+ huggingface-hub==0.24.0
60
+ humanfriendly==10.0
61
+ idna==3.7
62
+ importlib_metadata==7.1.0
63
+ importlib_resources==6.4.0
64
+ Jinja2==3.1.4
65
+ jmespath==1.0.1
66
+ jsonpatch==1.33
67
+ jsonpointer==3.0.0
68
+ jsonschema==4.23.0
69
+ jsonschema-specifications==2023.12.1
70
+ kiwisolver==1.4.5
71
+ kubernetes==30.1.0
72
+ langchain==0.2.10
73
+ langchain-chroma==0.1.2
74
+ langchain-cohere==0.1.9
75
+ langchain-community==0.2.9
76
+ langchain-core==0.2.22
77
+ langchain-experimental==0.0.62
78
+ langchain-google-genai==1.0.7
79
+ langchain-openai==0.1.17
80
+ langchain-text-splitters==0.2.2
81
+ langsmith==0.1.93
82
+ markdown-it-py==3.0.0
83
+ MarkupSafe==2.1.5
84
+ marshmallow==3.21.3
85
+ matplotlib==3.9.1
86
+ mdurl==0.1.2
87
+ mmh3==4.1.0
88
+ monotonic==1.6
89
+ mpmath==1.3.0
90
+ multidict==6.0.5
91
+ mypy-extensions==1.0.0
92
+ numpy==1.26.4
93
+ oauthlib==3.2.2
94
+ onnxruntime==1.18.1
95
+ openai==1.36.1
96
+ opentelemetry-api==1.25.0
97
+ opentelemetry-exporter-otlp-proto-common==1.25.0
98
+ opentelemetry-exporter-otlp-proto-grpc==1.25.0
99
+ opentelemetry-instrumentation==0.46b0
100
+ opentelemetry-instrumentation-asgi==0.46b0
101
+ opentelemetry-instrumentation-fastapi==0.46b0
102
+ opentelemetry-proto==1.25.0
103
+ opentelemetry-sdk==1.25.0
104
+ opentelemetry-semantic-conventions==0.46b0
105
+ opentelemetry-util-http==0.46b0
106
+ orjson==3.10.6
107
+ overrides==7.7.0
108
+ packaging==24.1
109
+ pandas==2.2.2
110
+ parameterized==0.9.0
111
+ pillow==10.4.0
112
+ posthog==3.5.0
113
+ proto-plus==1.24.0
114
+ protobuf==4.25.3
115
+ pyasn1==0.6.0
116
+ pyasn1_modules==0.4.0
117
+ pydantic==2.8.2
118
+ pydantic_core==2.20.1
119
+ pydub==0.25.1
120
+ Pygments==2.18.0
121
+ pyparsing==3.1.2
122
+ pypdf==4.3.1
123
+ PyPika==0.48.9
124
+ pyproject_hooks==1.1.0
125
+ pyreadline3==3.4.1
126
+ python-dateutil==2.9.0.post0
127
+ python-dotenv==1.0.1
128
+ python-multipart==0.0.9
129
+ pytz==2024.1
130
+ PyYAML==6.0.1
131
+ referencing==0.35.1
132
+ regex==2024.5.15
133
+ requests==2.32.3
134
+ requests-oauthlib==2.0.0
135
+ rich==13.7.1
136
+ rpds-py==0.19.0
137
+ rsa==4.9
138
+ ruff==0.5.4
139
+ s3transfer==0.10.2
140
+ semantic-version==2.10.0
141
+ setuptools==71.1.0
142
+ shellingham==1.5.4
143
+ six==1.16.0
144
+ sniffio==1.3.1
145
+ SQLAlchemy==2.0.31
146
+ starlette==0.37.2
147
+ sympy==1.13.1
148
+ tabulate==0.9.0
149
+ tenacity==8.5.0
150
+ tiktoken==0.7.0
151
+ tokenizers==0.19.1
152
+ tomlkit==0.12.0
153
+ toolz==0.12.1
154
+ tqdm==4.66.4
155
+ typer==0.12.3
156
+ types-requests==2.32.0.20240712
157
+ typing-inspect==0.9.0
158
+ typing_extensions==4.12.2
159
+ tzdata==2024.1
160
+ uritemplate==4.1.1
161
+ urllib3==2.2.2
162
+ uvicorn==0.30.3
163
+ watchfiles==0.22.0
164
+ websocket-client==1.8.0
165
+ websockets==11.0.3
166
+ wrapt==1.16.0
167
+ yarl==1.9.4
168
+ zipp==3.19.2