YvesP commited on
Commit
524c589
·
1 Parent(s): 7fea1f4

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -0
requirements.txt CHANGED
@@ -1,4 +1,102 @@
 
 
 
 
 
 
 
 
 
 
1
  chromadb==0.3.25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gradio==3.33.1
 
 
 
 
 
 
 
 
 
 
 
 
3
  langchain==0.0.190
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  pandas==2.0.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ anyio==3.7.0
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ backoff==2.2.1
9
+ certifi==2023.5.7
10
+ charset-normalizer==3.1.0
11
  chromadb==0.3.25
12
+ click==8.1.3
13
+ clickhouse-connect==0.5.25
14
+ coloredlogs==15.0.1
15
+ contourpy==1.0.7
16
+ cycler==0.11.0
17
+ dataclasses-json==0.5.7
18
+ duckdb==0.8.0
19
+ exceptiongroup==1.1.1
20
+ fastapi==0.96.0
21
+ ffmpy==0.3.0
22
+ filelock==3.12.0
23
+ flatbuffers==23.5.26
24
+ fonttools==4.39.4
25
+ frozenlist==1.3.3
26
+ fsspec==2023.5.0
27
  gradio==3.33.1
28
+ gradio_client==0.2.5
29
+ h11==0.14.0
30
+ hnswlib==0.7.0
31
+ httpcore==0.17.2
32
+ httptools==0.5.0
33
+ httpx==0.24.1
34
+ huggingface-hub==0.15.1
35
+ humanfriendly==10.0
36
+ idna==3.4
37
+ Jinja2==3.1.2
38
+ jsonschema==4.17.3
39
+ kiwisolver==1.4.4
40
  langchain==0.0.190
41
+ linkify-it-py==2.0.2
42
+ lxml==4.9.2
43
+ lz4==4.3.2
44
+ markdown-it-py==2.2.0
45
+ MarkupSafe==2.1.3
46
+ marshmallow==3.19.0
47
+ marshmallow-enum==1.5.1
48
+ matplotlib==3.7.1
49
+ mdit-py-plugins==0.3.3
50
+ mdurl==0.1.2
51
+ monotonic==1.6
52
+ mpmath==1.3.0
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ numexpr==2.8.4
56
+ numpy==1.24.3
57
+ onnxruntime==1.15.0
58
+ openai==0.27.7
59
+ openapi-schema-pydantic==1.2.4
60
+ orjson==3.9.0
61
+ overrides==7.3.1
62
+ packaging==23.1
63
  pandas==2.0.2
64
+ Pillow==9.5.0
65
+ posthog==3.0.1
66
+ protobuf==4.23.2
67
+ pydantic==1.10.8
68
+ pydub==0.25.1
69
+ Pygments==2.15.1
70
+ pyparsing==3.0.9
71
+ pyrsistent==0.19.3
72
+ python-dateutil==2.8.2
73
+ python-docx==0.8.11
74
+ python-dotenv==1.0.0
75
+ python-multipart==0.0.6
76
+ pytz==2023.3
77
+ PyYAML==6.0
78
+ regex==2023.6.3
79
+ requests==2.31.0
80
+ semantic-version==2.10.0
81
+ six==1.16.0
82
+ sniffio==1.3.0
83
+ SQLAlchemy==2.0.15
84
+ starlette==0.27.0
85
+ sympy==1.12
86
+ tabulate==0.9.0
87
+ tenacity==8.2.2
88
+ tiktoken==0.4.0
89
+ tokenizers==0.13.3
90
+ toolz==0.12.0
91
+ tqdm==4.65.0
92
+ typing-inspect==0.9.0
93
+ typing_extensions==4.6.3
94
+ tzdata==2023.3
95
+ uc-micro-py==1.0.2
96
+ urllib3==2.0.2
97
+ uvicorn==0.22.0
98
+ uvloop==0.17.0
99
+ watchfiles==0.19.0
100
+ websockets==11.0.3
101
+ yarl==1.9.2
102
+ zstandard==0.21.0