isayahc commited on
Commit
ab0ba22
1 Parent(s): eff7598

fixed major issue with requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -911
requirements.txt CHANGED
@@ -1,1004 +1,134 @@
1
  aiofiles==23.2.1
2
  aiohttp==3.9.1
3
  aiosignal==1.3.1
4
- aiostream==0.5.2
5
- anyio==3.7.1
6
- attrs==23.1.0
7
- beautifulsoup4==4.12.2
8
- cachetools==5.3.2
9
- certifi==2023.11.17
10
- cffi==1.16.0
11
- charset-normalizer==3.3.2
12
- click==8.1.7
13
- colorama==0.4.6
14
- contourpy==1.2.0
15
- cryptography==41.0.7
16
- cycler==0.12.1
17
- dataclasses-json==0.6.3
18
- Deprecated==1.2.14
19
- distro==1.8.0
20
- fastapi==0.104.1
21
- ffmpy==0.3.1
22
- filelock==3.13.1
23
- fonttools==4.46.0
24
- frozenlist==1.4.0
25
- fsspec==2023.12.1
26
- gdrive==0.1.5
27
- google-api-core==2.15.0
28
- google-api-python-client==2.43.0
29
- google-auth==2.25.2
30
- google-auth-httplib2==0.1.1
31
- google-auth-oauthlib==0.5.3
32
- googleapis-common-protos==1.62.0
33
- gradio==4.8.0
34
- gradio_client==0.7.1
35
- greenlet==3.0.2
36
- h11==0.14.0
37
- httpcore==1.0.2
38
- httplib2==0.22.0
39
- httpx==0.25.2
40
- huggingface-hub==0.19.4
41
- idna==3.6
42
- importlib-resources==6.1.1
43
- jeepney==0.8.0
44
- Jinja2==3.1.2
45
- joblib==1.3.2
46
- jsonpatch==1.33
47
- jsonpointer==2.4
48
- jsonschema==4.20.0
49
- jsonschema-specifications==2023.11.2
50
- kiwisolver==1.4.5
51
- langchain==0.0.348
52
- langchain-core==0.0.12
53
- langsmith==0.0.69
54
- llama-index==0.9.13
55
- markdown-it-py==3.0.0
56
- MarkupSafe==2.1.3
57
- marshmallow==3.20.1
58
- matplotlib==3.8.2
59
- mdurl==0.1.2
60
- multidict==6.0.4
61
- mypy-extensions==1.0.0
62
- nest-asyncio==1.5.8
63
- nltk==3.8.1
64
- numpy==1.26.2
65
- oauthlib==3.2.2
66
- openai==1.3.8
67
- orjson==3.9.10
68
- packaging==23.2
69
- pandas==2.1.4
70
- Pillow==10.1.0
71
- protobuf==4.25.1
72
- pyasn1==0.5.1
73
- pyasn1-modules==0.3.0
74
- pycparser==2.21
75
- pydantic==2.5.2
76
- pydantic_core==2.14.5
77
- pydub==0.25.1
78
- Pygments==2.17.2
79
- pyparsing==3.1.1
80
- pypdf==3.17.1
81
- python-dateutil==2.8.2
82
- python-dotenv==1.0.0
83
- python-multipart==0.0.6
84
- pytz==2023.3.post1
85
- PyYAML==6.0.1
86
- referencing==0.32.0
87
- regex==2023.10.3
88
- requests==2.31.0
89
- requests-oauthlib==1.3.1
90
- rich==13.7.0
91
- rpds-py==0.13.2
92
- rsa==4.9
93
- SecretStorage==3.3.3
94
- semantic-version==2.10.0
95
- shellingham==1.5.4
96
- six==1.16.0
97
- sniffio==1.3.0
98
- soupsieve==2.5
99
- SQLAlchemy==2.0.23
100
- starlette==0.27.0
101
- tenacity==8.2.3
102
- tiktoken==0.5.2
103
- tomlkit==0.12.0
104
- toolz==0.12.0
105
- tqdm==4.66.1
106
- typer==0.9.0
107
- typing-inspect==0.9.0
108
- typing_extensions==4.8.0
109
- tzdata==2023.3
110
- uritemplate==4.1.1
111
- urllib3==2.1.0
112
- uvicorn==0.24.0.post1
113
- versioneer==0.29
114
- websockets==11.0.3
115
- wrapt==1.16.0
116
- yarl==1.9.4
117
- aiofiles==23.2.1
118
- aiohttp==3.9.1
119
- aiosignal==1.3.1
120
- aiostream==0.5.2
121
  annotated-types==0.6.0
122
  anyio==3.7.1
 
123
  attrs==23.1.0
124
  backoff==2.2.1
125
- beautifulsoup4==4.12.2
 
126
  certifi==2023.11.17
127
- cffi==1.16.0
128
- chardet==5.2.0
129
  charset-normalizer==3.3.2
 
 
130
  click==8.1.7
 
131
  colorama==0.4.6
 
132
  contourpy==1.2.0
133
- cryptography==41.0.7
134
  cycler==0.12.1
135
  dataclasses-json==0.6.3
136
  Deprecated==1.2.14
137
  distro==1.8.0
138
- emoji==2.9.0
139
  fastapi==0.104.1
 
140
  ffmpy==0.3.1
141
  filelock==3.13.1
142
- filetype==1.2.0
143
  fonttools==4.46.0
144
  frozenlist==1.4.0
145
  fsspec==2023.12.1
146
- gdrive==0.1.5
147
- google-api-core==2.15.0
148
- google-api-python-client==2.43.0
149
  google-auth==2.25.2
150
- google-auth-httplib2==0.1.1
151
- google-auth-oauthlib==0.5.3
152
  googleapis-common-protos==1.62.0
153
  gradio==4.8.0
154
  gradio_client==0.7.1
155
  greenlet==3.0.2
 
156
  h11==0.14.0
157
  httpcore==1.0.2
158
- httplib2==0.22.0
159
  httpx==0.25.2
160
  huggingface-hub==0.19.4
 
161
  idna==3.6
 
162
  importlib-resources==6.1.1
163
- jeepney==0.8.0
164
  Jinja2==3.1.2
165
- joblib==1.3.2
166
  jsonpatch==1.33
167
  jsonpointer==2.4
168
  jsonschema==4.20.0
169
  jsonschema-specifications==2023.11.2
170
  kiwisolver==1.4.5
 
171
  langchain==0.0.348
172
  langchain-core==0.0.12
173
- langdetect==1.0.9
174
  langsmith==0.0.69
175
- llama-index==0.9.13
176
- lxml==4.9.3
177
  markdown-it-py==3.0.0
178
  MarkupSafe==2.1.3
179
  marshmallow==3.20.1
180
  matplotlib==3.8.2
181
  mdurl==0.1.2
 
 
 
182
  multidict==6.0.4
183
  mypy-extensions==1.0.0
184
- nest-asyncio==1.5.8
185
- nltk==3.8.1
186
  numpy==1.26.2
187
  oauthlib==3.2.2
 
188
  openai==1.3.8
 
 
 
 
 
 
 
 
 
 
189
  orjson==3.9.10
 
190
  packaging==23.2
191
  pandas==2.1.4
192
  Pillow==10.1.0
 
193
  protobuf==4.25.1
 
194
  pyasn1==0.5.1
195
  pyasn1-modules==0.3.0
196
- pycparser==2.21
197
  pydantic==2.5.2
198
  pydantic_core==2.14.5
199
  pydub==0.25.1
200
  Pygments==2.17.2
201
  pyparsing==3.1.1
202
  pypdf==3.17.1
 
203
  python-dateutil==2.8.2
204
  python-dotenv==1.0.0
205
- python-iso639==2023.6.15
206
- python-magic==0.4.27
207
  python-multipart==0.0.6
208
  pytz==2023.3.post1
209
  PyYAML==6.0.1
210
- rapidfuzz==3.5.2
211
  referencing==0.32.0
212
- regex==2023.10.3
213
  requests==2.31.0
214
  requests-oauthlib==1.3.1
215
  rich==13.7.0
216
  rpds-py==0.13.2
217
  rsa==4.9
218
- SecretStorage==3.3.3
219
  semantic-version==2.10.0
220
  shellingham==1.5.4
221
  six==1.16.0
222
  sniffio==1.3.0
223
- soupsieve==2.5
224
  SQLAlchemy==2.0.23
225
  starlette==0.27.0
226
- tabulate==0.9.0
227
  tenacity==8.2.3
228
- tiktoken==0.5.2
229
  tomlkit==0.12.0
230
  toolz==0.12.0
231
  tqdm==4.66.1
232
  typer==0.9.0
233
  typing-inspect==0.9.0
234
- typing_extensions==4.8.0
235
  tzdata==2023.3
236
- unstructured==0.11.2
237
- uritemplate==4.1.1
238
- urllib3==2.1.0
239
  uvicorn==0.24.0.post1
240
- versioneer==0.29
 
 
241
  websockets==11.0.3
242
  wrapt==1.16.0
243
  yarl==1.9.4
244
- aiofiles==23.2.1
245
- aiohttp==3.9.1
246
- aiosignal==1.3.1
247
- aiostream==0.5.2
248
- anyio==3.7.1
249
- appdirs==1.4.4
250
- argcomplete==1.8.1
251
- astor==0.8.1
252
- asttokens==2.4.1
253
- async-timeout==4.0.3
254
- asyncer==0.0.2
255
- attrs==23.1.0
256
- auth0-python==4.4.2
257
- Babel==2.8.0
258
- backoff==2.2.1
259
- beautiful-date==2.2.1
260
- beautifulsoup4==4.12.2
261
- bidict==0.22.1
262
- blessed==1.20.0
263
- blinker==1.4
264
- Brotli==1.0.9
265
- CacheControl==0.12.10
266
- cachy==0.3.0
267
- certifi==2023.7.22
268
- cffi==1.15.1
269
- chardet==4.0.0
270
- charset-normalizer==3.2.0
271
- cleo==0.8.1
272
- click==8.1.7
273
- clikit==0.6.2
274
- colorama==0.4.4
275
- comm==0.2.0
276
- command-not-found==0.3
277
- contourpy==1.2.0
278
- crashtest==0.3.1
279
- cryptography==41.0.3
280
- cycler==0.12.1
281
- dataclasses-json==0.5.14
282
- dbus-python==1.2.18
283
- debugpy==1.8.0
284
- decorator==5.1.1
285
- Deprecated==1.2.14
286
- distlib==0.3.4
287
- distro==1.7.0
288
- distro-info==1.1+ubuntu0.1
289
- exceptiongroup==1.1.3
290
- executing==2.0.1
291
- fastapi==0.104.1
292
- fastapi-socketio==0.0.10
293
- ffmpy==0.3.1
294
- filelock==3.6.0
295
- filetype==1.2.0
296
- fonttools==4.44.3
297
- frozenlist==1.4.0
298
- fsspec==2023.10.0
299
- gcsa==2.1.0
300
- gdown==4.7.1
301
- git-python==1.0.3
302
- gitdb==4.0.11
303
- GitPython==3.1.40
304
- google-api-core==2.11.1
305
- google-api-python-client==2.99.0
306
- google-auth==2.23.0
307
- google-auth-httplib2==0.1.1
308
- google-auth-oauthlib==0.8.0
309
- googleapis-common-protos==1.60.0
310
- gradio==4.4.1
311
- gradio_client==0.7.0
312
- graphviz==0.14.2
313
- greenlet==2.0.2
314
- grpcio==1.58.0
315
- gyp==0.1
316
- h11==0.14.0
317
- html2image==2.0.4.3
318
- html5lib==1.1
319
- httpcore==0.18.0
320
- httplib2==0.20.2
321
- httpx==0.25.0
322
- huggingface-hub==0.19.4
323
- idna==3.4
324
- importlib-metadata==6.8.0
325
- importlib-resources==6.1.1
326
- inquirer==3.1.4
327
- ipykernel==6.26.0
328
- ipython==8.18.0
329
- jedi==0.19.1
330
- jeepney==0.7.1
331
- Jinja2==3.1.2
332
- joblib==1.3.2
333
- jsonschema==4.19.2
334
- jsonschema-specifications==2023.7.1
335
- jupyter_client==8.6.0
336
- jupyter_core==5.5.0
337
- keyring==21.8.0
338
- kiwisolver==1.4.5
339
- langchain==0.0.281
340
- langsmith==0.0.33
341
- launchpadlib==1.10.16
342
- Lazify==0.4.0
343
- lazr.restfulclient==0.14.4
344
- lazr.uri==1.0.6
345
- litellm==0.13.2
346
- livereload==2.6.3
347
- llama-index==0.9.13
348
- lockfile==0.12.2
349
- Markdown==3.3.6
350
- markdown-it-py==3.0.0
351
- MarkupSafe==2.0.1
352
- marshmallow==3.20.1
353
- matplotlib==3.8.2
354
- matplotlib-inline==0.1.6
355
- mdurl==0.1.2
356
- mkdocs==1.1.2
357
- more-itertools==8.10.0
358
- msgpack==1.0.3
359
- multidict==6.0.4
360
- mutagen==1.45.1
361
- mypy-extensions==1.0.0
362
- nest-asyncio==1.5.8
363
- netifaces==0.11.0
364
- nltk==3.8.1
365
- nodeenv==1.8.0
366
- numexpr==2.8.5
367
- numpy==1.25.2
368
- oauthlib==3.2.0
369
- open-interpreter==0.1.15
370
- openai==1.3.8
371
- openapi-schema-pydantic==1.2.4
372
- opentelemetry-api==1.20.0
373
- opentelemetry-exporter-otlp==1.20.0
374
- opentelemetry-exporter-otlp-proto-common==1.20.0
375
- opentelemetry-exporter-otlp-proto-grpc==1.20.0
376
- opentelemetry-exporter-otlp-proto-http==1.20.0
377
- opentelemetry-instrumentation==0.40b0
378
- opentelemetry-proto==1.20.0
379
- opentelemetry-sdk==1.20.0
380
- opentelemetry-semantic-conventions==0.41b0
381
- orjson==3.9.10
382
- packaging==20.9
383
- pandas==2.1.3
384
- parso==0.8.3
385
- pastel==0.2.1
386
- pexpect==4.8.0
387
- Pillow==10.1.0
388
- pipdeptree==2.2.0
389
- pkginfo==1.8.2
390
- platformdirs==2.5.1
391
- poetry==1.1.12
392
- poetry-core==1.0.7
393
- prisma==0.10.0
394
- prompt-toolkit==3.0.41
395
- protobuf==4.24.3
396
- psutil==5.9.6
397
- ptyprocess==0.7.0
398
- pure-eval==0.2.2
399
- pyarrow==14.0.1
400
- pyasn1==0.5.0
401
- pyasn1-modules==0.3.0
402
- pycparser==2.21
403
- pycryptodomex==3.11.0
404
- pydantic==2.3.0
405
- pydantic_core==2.6.3
406
- pydeck==0.8.1b0
407
- pydub==0.25.1
408
- PyGithub==2.1.1
409
- Pygments==2.16.1
410
- PyGObject==3.42.1
411
- pyinotify==0.9.6
412
- PyJWT==2.8.0
413
- pylev==1.2.0
414
- PyNaCl==1.5.0
415
- pyOpenSSL==23.2.0
416
- pyparsing==2.4.7
417
- PySocks==1.7.1
418
- python-apt==2.4.0+ubuntu2
419
- python-dateutil==2.8.2
420
- python-dotenv==1.0.0
421
- python-editor==1.0.4
422
- python-engineio==4.7.0
423
- python-graphql-client==0.4.3
424
- python-multipart==0.0.6
425
- python-socketio==5.9.0
426
- pytz==2022.1
427
- pytz-deprecation-shim==0.1.0.post0
428
- pyxattr==0.7.2
429
- PyYAML==6.0.1
430
- pyzmq==25.1.1
431
- readchar==4.0.5
432
- referencing==0.30.2
433
- regex==2023.10.3
434
- requests==2.31.0
435
- requests-oauthlib==1.3.1
436
- requests-toolbelt==0.9.1
437
- rich==13.6.0
438
- rpds-py==0.12.0
439
- rsa==4.9
440
- screen-resolution-extra==0.0.0
441
- SecretStorage==3.3.1
442
- semantic-version==2.10.0
443
- shellingham==1.4.0
444
- six==1.16.0
445
- smmap==5.0.1
446
- sniffio==1.3.0
447
- soupsieve==2.5
448
- speedtest-cli==2.1.3
449
- SQLAlchemy==2.0.20
450
- stack-data==0.6.3
451
- starlette==0.27.0
452
- streamlit==1.28.1
453
- syncer==2.0.3
454
- systemd-python==234
455
- tenacity==8.2.3
456
- termcolor==2.3.0
457
- tiktoken==0.4.0
458
- tokenizers==0.15.0
459
- tokentrim==0.1.13
460
- toml==0.10.2
461
- tomli==2.0.1
462
- tomlkit==0.12.0
463
- toolz==0.12.0
464
- tornado==6.3.3
465
- tqdm==4.66.1
466
- traitlets==5.13.0
467
- typer==0.9.0
468
- typing-inspect==0.9.0
469
- typing_extensions==4.8.0
470
- tzdata==2023.3
471
- tzlocal==4.3.1
472
- ubuntu-advantage-tools==8001
473
- ubuntu-drivers-common==0.0.0
474
- ufw==0.36.1
475
- unattended-upgrades==0.1
476
- uptrace==1.20.0
477
- uritemplate==4.1.1
478
- urllib3==2.0.4
479
- userpath==1.8.0
480
- uvicorn==0.23.2
481
- validators==0.22.0
482
- virtualenv==20.13.0+ds
483
- wadllib==1.3.6
484
- watchdog==3.0.0
485
- watchfiles==0.20.0
486
- wcwidth==0.2.12
487
- webencodings==0.5.1
488
- websocket-client==1.6.4
489
- websockets==11.0.3
490
- wget==3.2
491
- wrapt==1.15.0
492
- xkit==0.0.0
493
- yarl==1.9.2
494
- yaspin==3.0.1
495
- zipp==1.0.0
496
- aiofiles==23.2.1
497
- aiohttp==3.9.1
498
- aiosignal==1.3.1
499
- aiostream==0.5.2
500
- altair==5.1.2
501
- anyio==3.7.1
502
- appdirs==1.4.4
503
- argcomplete==1.8.1
504
- astor==0.8.1
505
- asttokens==2.4.1
506
- async-timeout==4.0.3
507
- asyncer==0.0.2
508
- attrs==23.1.0
509
- auth0-python==4.4.2
510
- Babel==2.8.0
511
- backoff==2.2.1
512
- beautiful-date==2.2.1
513
- beautifulsoup4==4.12.2
514
- bidict==0.22.1
515
- blessed==1.20.0
516
- blinker==1.4
517
- Brotli==1.0.9
518
- CacheControl==0.12.10
519
- cachy==0.3.0
520
- certifi==2023.7.22
521
- cffi==1.15.1
522
- chardet==4.0.0
523
- charset-normalizer==3.2.0
524
- cleo==0.8.1
525
- click==8.1.7
526
- clikit==0.6.2
527
- cohere==4.37
528
- colorama==0.4.4
529
- comm==0.2.0
530
- command-not-found==0.3
531
- contourpy==1.2.0
532
- crashtest==0.3.1
533
- cryptography==41.0.3
534
- cycler==0.12.1
535
- dataclasses-json==0.5.14
536
- dbus-python==1.2.18
537
- debugpy==1.8.0
538
- decorator==5.1.1
539
- Deprecated==1.2.14
540
- distlib==0.3.4
541
- distro==1.7.0
542
- distro-info==1.1+ubuntu0.1
543
- exceptiongroup==1.1.3
544
- executing==2.0.1
545
- fastapi==0.104.1
546
- fastapi-socketio==0.0.10
547
- fastavro==1.9.1
548
- ffmpy==0.3.1
549
- filelock==3.6.0
550
- filetype==1.2.0
551
- fonttools==4.44.3
552
- frozenlist==1.4.0
553
- fsspec==2023.10.0
554
- gcsa==2.1.0
555
- gdown==4.7.1
556
- git-python==1.0.3
557
- gitdb==4.0.11
558
- GitPython==3.1.40
559
- google-api-core==2.11.1
560
- google-api-python-client==2.99.0
561
- google-auth==2.23.0
562
- google-auth-httplib2==0.1.1
563
- google-auth-oauthlib==0.8.0
564
- googleapis-common-protos==1.60.0
565
- gradio==4.4.1
566
- gradio_client==0.7.0
567
- graphviz==0.14.2
568
- greenlet==2.0.2
569
- grpcio==1.58.0
570
- gyp==0.1
571
- h11==0.14.0
572
- html2image==2.0.4.3
573
- html5lib==1.1
574
- httpcore==0.18.0
575
- httplib2==0.20.2
576
- httpx==0.25.0
577
- huggingface-hub==0.19.4
578
- idna==3.4
579
- importlib-metadata==6.8.0
580
- importlib-resources==6.1.1
581
- inquirer==3.1.4
582
- ipykernel==6.26.0
583
- ipython==8.18.0
584
- jedi==0.19.1
585
- jeepney==0.7.1
586
- Jinja2==3.1.2
587
- joblib==1.3.2
588
- jsonschema==4.19.2
589
- jsonschema-specifications==2023.7.1
590
- jupyter_client==8.6.0
591
- jupyter_core==5.5.0
592
- keyring==21.8.0
593
- kiwisolver==1.4.5
594
- langchain==0.0.281
595
- langsmith==0.0.33
596
- launchpadlib==1.10.16
597
- Lazify==0.4.0
598
- lazr.restfulclient==0.14.4
599
- lazr.uri==1.0.6
600
- litellm==0.13.2
601
- livereload==2.6.3
602
- llama-index==0.9.13
603
- lockfile==0.12.2
604
- Markdown==3.3.6
605
- markdown-it-py==3.0.0
606
- MarkupSafe==2.0.1
607
- marshmallow==3.20.1
608
- matplotlib==3.8.2
609
- matplotlib-inline==0.1.6
610
- mdurl==0.1.2
611
- mkdocs==1.1.2
612
- more-itertools==8.10.0
613
- msgpack==1.0.3
614
- multidict==6.0.4
615
- mutagen==1.45.1
616
- mypy-extensions==1.0.0
617
- nest-asyncio==1.5.8
618
- netifaces==0.11.0
619
- nltk==3.8.1
620
- nodeenv==1.8.0
621
- numexpr==2.8.5
622
- numpy==1.25.2
623
- oauthlib==3.2.0
624
- open-interpreter==0.1.15
625
- openai==1.3.8
626
- openapi-schema-pydantic==1.2.4
627
- opentelemetry-api==1.20.0
628
- opentelemetry-exporter-otlp==1.20.0
629
- opentelemetry-exporter-otlp-proto-common==1.20.0
630
- opentelemetry-exporter-otlp-proto-grpc==1.20.0
631
- opentelemetry-exporter-otlp-proto-http==1.20.0
632
- opentelemetry-instrumentation==0.40b0
633
- opentelemetry-proto==1.20.0
634
- opentelemetry-sdk==1.20.0
635
- opentelemetry-semantic-conventions==0.41b0
636
- orjson==3.9.10
637
- packaging==20.9
638
- pandas==2.1.3
639
- parso==0.8.3
640
- pastel==0.2.1
641
- pexpect==4.8.0
642
- Pillow==10.1.0
643
- pipdeptree==2.2.0
644
- pkginfo==1.8.2
645
- platformdirs==2.5.1
646
- poetry==1.1.12
647
- poetry-core==1.0.7
648
- prisma==0.10.0
649
- prompt-toolkit==3.0.41
650
- protobuf==4.24.3
651
- psutil==5.9.6
652
- ptyprocess==0.7.0
653
- pure-eval==0.2.2
654
- pyarrow==14.0.1
655
- pyasn1==0.5.0
656
- pyasn1-modules==0.3.0
657
- pycparser==2.21
658
- pycryptodomex==3.11.0
659
- pydantic==2.5.2
660
- pydantic_core==2.14.5
661
- pydeck==0.8.1b0
662
- pydub==0.25.1
663
- PyGithub==2.1.1
664
- Pygments==2.16.1
665
- PyGObject==3.42.1
666
- pyinotify==0.9.6
667
- PyJWT==2.8.0
668
- pylev==1.2.0
669
- PyNaCl==1.5.0
670
- pyOpenSSL==23.2.0
671
- pyparsing==2.4.7
672
- PySocks==1.7.1
673
- python-apt==2.4.0+ubuntu2
674
- python-dateutil==2.8.2
675
- python-dotenv==1.0.0
676
- python-editor==1.0.4
677
- python-engineio==4.7.0
678
- python-graphql-client==0.4.3
679
- python-multipart==0.0.6
680
- python-socketio==5.9.0
681
- pytz==2022.1
682
- pytz-deprecation-shim==0.1.0.post0
683
- pyxattr==0.7.2
684
- PyYAML==6.0.1
685
- pyzmq==25.1.1
686
- readchar==4.0.5
687
- referencing==0.30.2
688
- regex==2023.10.3
689
- requests==2.31.0
690
- requests-oauthlib==1.3.1
691
- requests-toolbelt==0.9.1
692
- rich==13.6.0
693
- rpds-py==0.12.0
694
- rsa==4.9
695
- screen-resolution-extra==0.0.0
696
- SecretStorage==3.3.1
697
- semantic-version==2.10.0
698
- shellingham==1.4.0
699
- six==1.16.0
700
- smmap==5.0.1
701
- sniffio==1.3.0
702
- soupsieve==2.5
703
- speedtest-cli==2.1.3
704
- SQLAlchemy==2.0.20
705
- stack-data==0.6.3
706
- starlette==0.27.0
707
- streamlit==1.28.1
708
- syncer==2.0.3
709
- systemd-python==234
710
- tenacity==8.2.3
711
- termcolor==2.3.0
712
- tiktoken==0.4.0
713
- tokenizers==0.15.0
714
- tokentrim==0.1.13
715
- toml==0.10.2
716
- tomli==2.0.1
717
- tomlkit==0.12.0
718
- toolz==0.12.0
719
- tornado==6.3.3
720
- tqdm==4.66.1
721
- traitlets==5.13.0
722
- typer==0.9.0
723
- typing-inspect==0.9.0
724
- typing_extensions==4.8.0
725
- tzdata==2023.3
726
- tzlocal==4.3.1
727
- ubuntu-advantage-tools==8001
728
- ubuntu-drivers-common==0.0.0
729
- ufw==0.36.1
730
- unattended-upgrades==0.1
731
- uptrace==1.20.0
732
- uritemplate==4.1.1
733
- urllib3==2.0.4
734
- userpath==1.8.0
735
- uvicorn==0.23.2
736
- validators==0.22.0
737
- virtualenv==20.13.0+ds
738
- wadllib==1.3.6
739
- watchdog==3.0.0
740
- watchfiles==0.20.0
741
- wcwidth==0.2.12
742
- webencodings==0.5.1
743
- websocket-client==1.6.4
744
- websockets==11.0.3
745
- wget==3.2
746
- wrapt==1.15.0
747
- xkit==0.0.0
748
- yarl==1.9.2
749
- yaspin==3.0.1
750
- zipp==1.0.0
751
- aiofiles==23.2.1
752
- aiohttp==3.9.1
753
- aiosignal==1.3.1
754
- aiostream==0.5.2
755
- anyio==3.7.1
756
- appdirs==1.4.4
757
- argcomplete==1.8.1
758
- astor==0.8.1
759
- asttokens==2.4.1
760
- async-timeout==4.0.3
761
- asyncer==0.0.2
762
- attrs==23.1.0
763
- auth0-python==4.4.2
764
- Babel==2.8.0
765
- backoff==2.2.1
766
- beautiful-date==2.2.1
767
- beautifulsoup4==4.12.2
768
- bidict==0.22.1
769
- blessed==1.20.0
770
- blinker==1.4
771
- Brotli==1.0.9
772
- CacheControl==0.12.10
773
- cachy==0.3.0
774
- certifi==2023.7.22
775
- cffi==1.15.1
776
- chardet==4.0.0
777
- charset-normalizer==3.2.0
778
- cleo==0.8.1
779
- click==8.1.7
780
- clikit==0.6.2
781
- cohere==4.37
782
- colorama==0.4.4
783
- comm==0.2.0
784
- command-not-found==0.3
785
- contourpy==1.2.0
786
- crashtest==0.3.1
787
- cryptography==41.0.3
788
- cycler==0.12.1
789
- dataclasses-json==0.5.14
790
- dbus-python==1.2.18
791
- debugpy==1.8.0
792
- decorator==5.1.1
793
- Deprecated==1.2.14
794
- distlib==0.3.4
795
- distro==1.7.0
796
- distro-info==1.1+ubuntu0.1
797
- exceptiongroup==1.1.3
798
- executing==2.0.1
799
- fastapi==0.104.1
800
- fastapi-socketio==0.0.10
801
- fastavro==1.9.1
802
- ffmpy==0.3.1
803
- filelock==3.6.0
804
- filetype==1.2.0
805
- fonttools==4.44.3
806
- frozenlist==1.4.0
807
- fsspec==2023.10.0
808
- gcsa==2.1.0
809
- gdown==4.7.1
810
- git-python==1.0.3
811
- gitdb==4.0.11
812
- GitPython==3.1.40
813
- google-api-core==2.11.1
814
- google-api-python-client==2.99.0
815
- google-auth==2.23.0
816
- google-auth-httplib2==0.1.1
817
- google-auth-oauthlib==0.8.0
818
- googleapis-common-protos==1.60.0
819
- gradio==4.4.1
820
- gradio_client==0.7.0
821
- graphviz==0.14.2
822
- greenlet==2.0.2
823
- grpcio==1.58.0
824
- gyp==0.1
825
- h11==0.14.0
826
- html2image==2.0.4.3
827
- html5lib==1.1
828
- httpcore==0.18.0
829
- httplib2==0.20.2
830
- httpx==0.25.0
831
- huggingface-hub==0.19.4
832
- idna==3.4
833
- importlib-metadata==6.8.0
834
- importlib-resources==6.1.1
835
- inquirer==3.1.4
836
- ipykernel==6.26.0
837
- ipython==8.18.0
838
- jedi==0.19.1
839
- jeepney==0.7.1
840
- Jinja2==3.1.2
841
- joblib==1.3.2
842
- jsonschema==4.19.2
843
- jsonschema-specifications==2023.7.1
844
- jupyter_client==8.6.0
845
- jupyter_core==5.5.0
846
- keyring==21.8.0
847
- kiwisolver==1.4.5
848
- langchain==0.0.281
849
- langsmith==0.0.33
850
- launchpadlib==1.10.16
851
- Lazify==0.4.0
852
- lazr.restfulclient==0.14.4
853
- lazr.uri==1.0.6
854
- litellm==0.13.2
855
- livereload==2.6.3
856
- llama-index==0.9.13
857
- lockfile==0.12.2
858
- Markdown==3.3.6
859
- markdown-it-py==3.0.0
860
- MarkupSafe==2.0.1
861
- marshmallow==3.20.1
862
- matplotlib==3.8.2
863
- matplotlib-inline==0.1.6
864
- mdurl==0.1.2
865
- mkdocs==1.1.2
866
- more-itertools==8.10.0
867
- msgpack==1.0.3
868
- multidict==6.0.4
869
- mutagen==1.45.1
870
- mypy-extensions==1.0.0
871
- nest-asyncio==1.5.8
872
- netifaces==0.11.0
873
- nltk==3.8.1
874
- nodeenv==1.8.0
875
- numexpr==2.8.5
876
- numpy==1.25.2
877
- oauthlib==3.2.0
878
- open-interpreter==0.1.15
879
- openai==1.3.8
880
- openapi-schema-pydantic==1.2.4
881
- opentelemetry-api==1.20.0
882
- opentelemetry-exporter-otlp==1.20.0
883
- opentelemetry-exporter-otlp-proto-common==1.20.0
884
- opentelemetry-exporter-otlp-proto-grpc==1.20.0
885
- opentelemetry-exporter-otlp-proto-http==1.20.0
886
- opentelemetry-instrumentation==0.40b0
887
- opentelemetry-proto==1.20.0
888
- opentelemetry-sdk==1.20.0
889
- opentelemetry-semantic-conventions==0.41b0
890
- orjson==3.9.10
891
- packaging==20.9
892
- pandas==2.1.3
893
- parso==0.8.3
894
- pastel==0.2.1
895
- pexpect==4.8.0
896
- Pillow==10.1.0
897
- pipdeptree==2.2.0
898
- pkginfo==1.8.2
899
- platformdirs==2.5.1
900
- poetry==1.1.12
901
- poetry-core==1.0.7
902
- prisma==0.10.0
903
- prompt-toolkit==3.0.41
904
- protobuf==4.24.3
905
- psutil==5.9.6
906
- ptyprocess==0.7.0
907
- pure-eval==0.2.2
908
- pyarrow==14.0.1
909
- pyasn1==0.5.0
910
- pyasn1-modules==0.3.0
911
- pycparser==2.21
912
- pycryptodomex==3.11.0
913
- pydantic==2.5.2
914
- pydantic_core==2.14.5
915
- pydeck==0.8.1b0
916
- pydub==0.25.1
917
- PyGithub==2.1.1
918
- Pygments==2.16.1
919
- PyGObject==3.42.1
920
- pyinotify==0.9.6
921
- PyJWT==2.8.0
922
- pylev==1.2.0
923
- PyNaCl==1.5.0
924
- pyOpenSSL==23.2.0
925
- pyparsing==2.4.7
926
- PySocks==1.7.1
927
- python-apt==2.4.0+ubuntu2
928
- python-dateutil==2.8.2
929
- python-dotenv==1.0.0
930
- python-editor==1.0.4
931
- python-engineio==4.7.0
932
- python-graphql-client==0.4.3
933
- python-multipart==0.0.6
934
- python-socketio==5.9.0
935
- pytz==2022.1
936
- pytz-deprecation-shim==0.1.0.post0
937
- pyxattr==0.7.2
938
- PyYAML==6.0.1
939
- pyzmq==25.1.1
940
- readchar==4.0.5
941
- referencing==0.30.2
942
- regex==2023.10.3
943
- requests==2.31.0
944
- requests-oauthlib==1.3.1
945
- requests-toolbelt==0.9.1
946
- rich==13.6.0
947
- rpds-py==0.12.0
948
- rsa==4.9
949
- screen-resolution-extra==0.0.0
950
- SecretStorage==3.3.1
951
- semantic-version==2.10.0
952
- shellingham==1.4.0
953
- six==1.16.0
954
- smmap==5.0.1
955
- sniffio==1.3.0
956
- soupsieve==2.5
957
- speedtest-cli==2.1.3
958
- SQLAlchemy==2.0.20
959
- stack-data==0.6.3
960
- starlette==0.27.0
961
- streamlit==1.28.1
962
- syncer==2.0.3
963
- systemd-python==234
964
- tenacity==8.2.3
965
- termcolor==2.3.0
966
- tiktoken==0.4.0
967
- tokenizers==0.15.0
968
- tokentrim==0.1.13
969
- toml==0.10.2
970
- tomli==2.0.1
971
- tomlkit==0.12.0
972
- toolz==0.12.0
973
- tornado==6.3.3
974
- tqdm==4.66.1
975
- traitlets==5.13.0
976
- typer==0.9.0
977
- typing-inspect==0.9.0
978
- typing_extensions==4.8.0
979
- tzdata==2023.3
980
- tzlocal==4.3.1
981
- ubuntu-advantage-tools==8001
982
- ubuntu-drivers-common==0.0.0
983
- ufw==0.36.1
984
- unattended-upgrades==0.1
985
- uptrace==1.20.0
986
- uritemplate==4.1.1
987
- urllib3==2.0.4
988
- userpath==1.8.0
989
- uvicorn==0.23.2
990
- validators==0.22.0
991
- virtualenv==20.13.0+ds
992
- wadllib==1.3.6
993
- watchdog==3.0.0
994
- watchfiles==0.20.0
995
- wcwidth==0.2.12
996
- webencodings==0.5.1
997
- websocket-client==1.6.4
998
- websockets==11.0.3
999
- wget==3.2
1000
- wrapt==1.15.0
1001
- xkit==0.0.0
1002
- yarl==1.9.2
1003
- yaspin==3.0.1
1004
- zipp==1.0.0
 
1
  aiofiles==23.2.1
2
  aiohttp==3.9.1
3
  aiosignal==1.3.1
4
+ altair==5.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  annotated-types==0.6.0
6
  anyio==3.7.1
7
+ asgiref==3.7.2
8
  attrs==23.1.0
9
  backoff==2.2.1
10
+ bcrypt==4.1.1
11
+ cachetools==5.3.2
12
  certifi==2023.11.17
 
 
13
  charset-normalizer==3.3.2
14
+ chroma-hnswlib==0.7.3
15
+ chromadb==0.4.18
16
  click==8.1.7
17
+ cohere==4.37
18
  colorama==0.4.6
19
+ coloredlogs==15.0.1
20
  contourpy==1.2.0
 
21
  cycler==0.12.1
22
  dataclasses-json==0.6.3
23
  Deprecated==1.2.14
24
  distro==1.8.0
 
25
  fastapi==0.104.1
26
+ fastavro==1.9.1
27
  ffmpy==0.3.1
28
  filelock==3.13.1
29
+ flatbuffers==23.5.26
30
  fonttools==4.46.0
31
  frozenlist==1.4.0
32
  fsspec==2023.12.1
 
 
 
33
  google-auth==2.25.2
 
 
34
  googleapis-common-protos==1.62.0
35
  gradio==4.8.0
36
  gradio_client==0.7.1
37
  greenlet==3.0.2
38
+ grpcio==1.60.0
39
  h11==0.14.0
40
  httpcore==1.0.2
41
+ httptools==0.6.1
42
  httpx==0.25.2
43
  huggingface-hub==0.19.4
44
+ humanfriendly==10.0
45
  idna==3.6
46
+ importlib-metadata==6.11.0
47
  importlib-resources==6.1.1
 
48
  Jinja2==3.1.2
 
49
  jsonpatch==1.33
50
  jsonpointer==2.4
51
  jsonschema==4.20.0
52
  jsonschema-specifications==2023.11.2
53
  kiwisolver==1.4.5
54
+ kubernetes==28.1.0
55
  langchain==0.0.348
56
  langchain-core==0.0.12
 
57
  langsmith==0.0.69
 
 
58
  markdown-it-py==3.0.0
59
  MarkupSafe==2.1.3
60
  marshmallow==3.20.1
61
  matplotlib==3.8.2
62
  mdurl==0.1.2
63
+ mmh3==4.0.1
64
+ monotonic==1.6
65
+ mpmath==1.3.0
66
  multidict==6.0.4
67
  mypy-extensions==1.0.0
 
 
68
  numpy==1.26.2
69
  oauthlib==3.2.2
70
+ onnxruntime==1.16.3
71
  openai==1.3.8
72
+ opentelemetry-api==1.21.0
73
+ opentelemetry-exporter-otlp-proto-common==1.21.0
74
+ opentelemetry-exporter-otlp-proto-grpc==1.21.0
75
+ opentelemetry-instrumentation==0.42b0
76
+ opentelemetry-instrumentation-asgi==0.42b0
77
+ opentelemetry-instrumentation-fastapi==0.42b0
78
+ opentelemetry-proto==1.21.0
79
+ opentelemetry-sdk==1.21.0
80
+ opentelemetry-semantic-conventions==0.42b0
81
+ opentelemetry-util-http==0.42b0
82
  orjson==3.9.10
83
+ overrides==7.4.0
84
  packaging==23.2
85
  pandas==2.1.4
86
  Pillow==10.1.0
87
+ posthog==3.1.0
88
  protobuf==4.25.1
89
+ pulsar-client==3.3.0
90
  pyasn1==0.5.1
91
  pyasn1-modules==0.3.0
 
92
  pydantic==2.5.2
93
  pydantic_core==2.14.5
94
  pydub==0.25.1
95
  Pygments==2.17.2
96
  pyparsing==3.1.1
97
  pypdf==3.17.1
98
+ PyPika==0.48.9
99
  python-dateutil==2.8.2
100
  python-dotenv==1.0.0
 
 
101
  python-multipart==0.0.6
102
  pytz==2023.3.post1
103
  PyYAML==6.0.1
 
104
  referencing==0.32.0
 
105
  requests==2.31.0
106
  requests-oauthlib==1.3.1
107
  rich==13.7.0
108
  rpds-py==0.13.2
109
  rsa==4.9
 
110
  semantic-version==2.10.0
111
  shellingham==1.5.4
112
  six==1.16.0
113
  sniffio==1.3.0
 
114
  SQLAlchemy==2.0.23
115
  starlette==0.27.0
116
+ sympy==1.12
117
  tenacity==8.2.3
118
+ tokenizers==0.15.0
119
  tomlkit==0.12.0
120
  toolz==0.12.0
121
  tqdm==4.66.1
122
  typer==0.9.0
123
  typing-inspect==0.9.0
124
+ typing_extensions==4.9.0
125
  tzdata==2023.3
126
+ urllib3==1.26.18
 
 
127
  uvicorn==0.24.0.post1
128
+ uvloop==0.19.0
129
+ watchfiles==0.21.0
130
+ websocket-client==1.7.0
131
  websockets==11.0.3
132
  wrapt==1.16.0
133
  yarl==1.9.4
134
+ zipp==3.17.0