gabruarya commited on
Commit
922177d
1 Parent(s): e1912c4

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +203 -0
requirements.txt ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.0
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ argon2-cffi==23.1.0
8
+ argon2-cffi-bindings==21.2.0
9
+ arrow==1.3.0
10
+ asttokens==2.4.1
11
+ async-lru==2.0.4
12
+ asyncer==0.0.2
13
+ attrs==23.1.0
14
+ Babel==2.13.1
15
+ backoff==2.2.1
16
+ beautifulsoup4==4.12.2
17
+ bidict==0.22.1
18
+ bleach==6.1.0
19
+ blinker==1.7.0
20
+ cachetools==5.3.2
21
+ certifi==2023.11.17
22
+ cffi==1.16.0
23
+ chainlit==0.7.604
24
+ charset-normalizer==3.3.2
25
+ click==8.1.7
26
+ colorama==0.4.6
27
+ comm==0.2.0
28
+ dataclasses-json==0.5.14
29
+ debugpy==1.8.0
30
+ decorator==5.1.1
31
+ defusedxml==0.7.1
32
+ Deprecated==1.2.14
33
+ dnspython==2.4.2
34
+ executing==2.0.1
35
+ faiss-cpu==1.7.4
36
+ fastapi==0.100.1
37
+ fastapi-socketio==0.0.10
38
+ fastjsonschema==2.19.0
39
+ filelock==3.13.1
40
+ filetype==1.2.0
41
+ fqdn==1.5.1
42
+ frozenlist==1.4.0
43
+ fsspec==2023.10.0
44
+ gitdb==4.0.11
45
+ GitPython==3.1.40
46
+ googleapis-common-protos==1.61.0
47
+ greenlet==3.0.1
48
+ grpcio==1.59.3
49
+ h11==0.14.0
50
+ httpcore==0.17.3
51
+ httpx==0.24.1
52
+ huggingface-hub==0.19.4
53
+ idna==3.4
54
+ importlib-metadata==6.8.0
55
+ ipykernel==6.26.0
56
+ ipython==8.17.2
57
+ ipywidgets==8.1.1
58
+ isoduration==20.11.0
59
+ jedi==0.19.1
60
+ Jinja2==3.1.2
61
+ joblib==1.3.2
62
+ json5==0.9.14
63
+ jsonpatch==1.33
64
+ jsonpointer==2.4
65
+ jsonschema==4.20.0
66
+ jsonschema-specifications==2023.11.1
67
+ jupyter-events==0.9.0
68
+ jupyter-lsp==2.2.0
69
+ jupyter_client==8.6.0
70
+ jupyter_core==5.5.0
71
+ jupyter_server==2.10.1
72
+ jupyter_server_terminals==0.4.4
73
+ jupyterlab==4.0.8
74
+ jupyterlab-pygments==0.2.2
75
+ jupyterlab-widgets==3.0.9
76
+ jupyterlab_server==2.25.1
77
+ langchain==0.0.337
78
+ langchain-experimental==0.0.41
79
+ langsmith==0.0.65
80
+ Lazify==0.4.0
81
+ llamaapi==0.1.36
82
+ loguru==0.7.2
83
+ markdown-it-py==3.0.0
84
+ MarkupSafe==2.1.3
85
+ marshmallow==3.20.1
86
+ matplotlib-inline==0.1.6
87
+ mdurl==0.1.2
88
+ mistune==3.0.2
89
+ mpmath==1.3.0
90
+ multidict==6.0.4
91
+ mypy-extensions==1.0.0
92
+ nbclient==0.9.0
93
+ nbconvert==7.11.0
94
+ nbformat==5.9.2
95
+ nest-asyncio==1.5.8
96
+ networkx==3.2.1
97
+ nltk==3.8.1
98
+ notebook==7.0.6
99
+ notebook_shim==0.2.3
100
+ numpy==1.26.2
101
+ opentelemetry-api==1.21.0
102
+ opentelemetry-exporter-otlp==1.21.0
103
+ opentelemetry-exporter-otlp-proto-common==1.21.0
104
+ opentelemetry-exporter-otlp-proto-grpc==1.21.0
105
+ opentelemetry-exporter-otlp-proto-http==1.21.0
106
+ opentelemetry-instrumentation==0.42b0
107
+ opentelemetry-proto==1.21.0
108
+ opentelemetry-sdk==1.21.0
109
+ opentelemetry-semantic-conventions==0.42b0
110
+ overrides==7.4.0
111
+ packaging==23.2
112
+ pandas==2.1.3
113
+ pandocfilters==1.5.0
114
+ parso==0.8.3
115
+ Pillow==10.1.0
116
+ pinecone-client==2.2.4
117
+ platformdirs==4.0.0
118
+ prometheus-client==0.18.0
119
+ prompt-toolkit==3.0.41
120
+ protobuf==4.25.1
121
+ psutil==5.9.6
122
+ pure-eval==0.2.2
123
+ pyarrow==14.0.1
124
+ pycparser==2.21
125
+ pydantic==2.5.1
126
+ pydantic_core==2.14.3
127
+ pydeck==0.8.1b0
128
+ Pygments==2.16.1
129
+ PyJWT==2.8.0
130
+ pypdf==3.17.1
131
+ pypdfium2==4.24.0
132
+ python-dateutil==2.8.2
133
+ python-dotenv==1.0.0
134
+ python-engineio==4.8.0
135
+ python-graphql-client==0.4.3
136
+ python-json-logger==2.0.7
137
+ python-multipart==0.0.6
138
+ python-socketio==5.10.0
139
+ pytz==2023.3.post1
140
+ PyYAML==6.0.1
141
+ pyzmq==25.1.1
142
+ referencing==0.31.0
143
+ regex==2023.10.3
144
+ requests==2.31.0
145
+ rfc3339-validator==0.1.4
146
+ rfc3986-validator==0.1.1
147
+ rich==13.7.0
148
+ rpds-py==0.13.0
149
+ safetensors==0.4.0
150
+ scikit-learn==1.3.2
151
+ scipy==1.11.4
152
+ Send2Trash==1.8.2
153
+ sentence-transformers==2.2.2
154
+ sentencepiece==0.1.99
155
+ simple-websocket==1.0.0
156
+ six==1.16.0
157
+ smmap==5.0.1
158
+ sniffio==1.3.0
159
+ soupsieve==2.5
160
+ SQLAlchemy==2.0.23
161
+ stack-data==0.6.3
162
+ starlette==0.27.0
163
+ streamlit==1.28.2
164
+ sympy==1.12
165
+ syncer==2.0.3
166
+ tenacity==8.2.3
167
+ terminado==0.18.0
168
+ threadpoolctl==3.2.0
169
+ tinycss2==1.2.1
170
+ tokenizers==0.15.0
171
+ toml==0.10.2
172
+ tomli==2.0.1
173
+ toolz==0.12.0
174
+ torch==2.1.1
175
+ torchvision==0.16.1
176
+ tornado==6.3.3
177
+ tqdm==4.66.1
178
+ traitlets==5.13.0
179
+ transformers==4.35.2
180
+ types-python-dateutil==2.8.19.14
181
+ typing-inspect==0.9.0
182
+ typing_extensions==4.8.0
183
+ tzdata==2023.3
184
+ tzlocal==5.2
185
+ uptrace==1.21.0
186
+ uri-template==1.3.0
187
+ urllib3==2.1.0
188
+ uvicorn==0.23.2
189
+ validators==0.22.0
190
+ watchdog==3.0.0
191
+ watchfiles==0.20.0
192
+ wcwidth==0.2.10
193
+ webcolors==1.13
194
+ webencodings==0.5.1
195
+ websocket-client==1.6.4
196
+ websockets==12.0
197
+ widgetsnbextension==4.0.9
198
+ win32-setctime==1.1.0
199
+ wrapt==1.16.0
200
+ wsproto==1.2.0
201
+ yarl==1.9.2
202
+ zipp==3.17.0
203
+ langchain-groq