Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +51 -0
requirements.txt
CHANGED
@@ -4,30 +4,45 @@ aiosignal==1.3.1
|
|
4 |
altair==5.2.0
|
5 |
annotated-types==0.6.0
|
6 |
anyio==3.7.1
|
|
|
7 |
async-timeout==4.0.3
|
8 |
attrs==23.1.0
|
|
|
|
|
|
|
9 |
certifi==2023.11.17
|
10 |
charset-normalizer==3.3.2
|
|
|
|
|
11 |
click==8.1.7
|
12 |
colorama==0.4.6
|
|
|
13 |
contourpy==1.2.0
|
14 |
cycler==0.12.1
|
15 |
dataclasses-json==0.6.3
|
|
|
16 |
distro==1.8.0
|
17 |
exceptiongroup==1.2.0
|
18 |
fastapi==0.104.1
|
19 |
ffmpy==0.3.1
|
20 |
filelock==3.13.1
|
|
|
21 |
fonttools==4.45.1
|
22 |
frozenlist==1.4.0
|
23 |
fsspec==2023.10.0
|
|
|
|
|
24 |
gradio==4.7.1
|
25 |
gradio_client==0.7.0
|
|
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.2
|
|
|
28 |
httpx==0.25.2
|
29 |
huggingface-hub==0.19.4
|
|
|
30 |
idna==3.6
|
|
|
31 |
importlib-resources==6.1.1
|
32 |
Jinja2==3.1.2
|
33 |
jsonpatch==1.33
|
@@ -35,51 +50,87 @@ jsonpointer==2.4
|
|
35 |
jsonschema==4.20.0
|
36 |
jsonschema-specifications==2023.11.2
|
37 |
kiwisolver==1.4.5
|
|
|
38 |
langchain==0.0.344
|
39 |
langchain-core==0.0.8
|
|
|
40 |
langsmith==0.0.68
|
41 |
markdown-it-py==3.0.0
|
42 |
MarkupSafe==2.1.3
|
43 |
marshmallow==3.20.1
|
44 |
matplotlib==3.8.2
|
45 |
mdurl==0.1.2
|
|
|
|
|
|
|
46 |
multidict==6.0.4
|
47 |
mypy-extensions==1.0.0
|
48 |
numpy==1.26.2
|
|
|
|
|
49 |
openai==1.3.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
orjson==3.9.10
|
|
|
51 |
packaging==23.2
|
52 |
pandas==2.1.3
|
53 |
Pillow==10.1.0
|
|
|
|
|
|
|
|
|
|
|
54 |
pydantic==2.5.2
|
55 |
pydantic_core==2.14.5
|
56 |
pydub==0.25.1
|
57 |
Pygments==2.17.2
|
58 |
pyparsing==3.1.1
|
|
|
59 |
python-dateutil==2.8.2
|
|
|
60 |
python-multipart==0.0.6
|
61 |
pytz==2023.3.post1
|
62 |
PyYAML==6.0.1
|
63 |
referencing==0.31.1
|
|
|
64 |
requests==2.31.0
|
|
|
65 |
rich==13.7.0
|
66 |
rpds-py==0.13.2
|
|
|
67 |
semantic-version==2.10.0
|
68 |
shellingham==1.5.4
|
69 |
six==1.16.0
|
70 |
sniffio==1.3.0
|
71 |
SQLAlchemy==2.0.23
|
72 |
starlette==0.27.0
|
|
|
73 |
tenacity==8.2.3
|
|
|
|
|
74 |
tomlkit==0.12.0
|
75 |
toolz==0.12.0
|
76 |
tqdm==4.66.1
|
77 |
typer==0.9.0
|
|
|
78 |
typing-inspect==0.9.0
|
79 |
typing_extensions==4.8.0
|
80 |
tzdata==2023.3
|
81 |
urllib3==2.1.0
|
82 |
uvicorn==0.24.0.post1
|
|
|
|
|
|
|
83 |
websockets==11.0.3
|
|
|
84 |
yarl==1.9.3
|
85 |
zipp==3.17.0
|
|
|
4 |
altair==5.2.0
|
5 |
annotated-types==0.6.0
|
6 |
anyio==3.7.1
|
7 |
+
asgiref==3.7.2
|
8 |
async-timeout==4.0.3
|
9 |
attrs==23.1.0
|
10 |
+
backoff==2.2.1
|
11 |
+
bcrypt==4.1.1
|
12 |
+
cachetools==5.3.2
|
13 |
certifi==2023.11.17
|
14 |
charset-normalizer==3.3.2
|
15 |
+
chroma-hnswlib==0.7.3
|
16 |
+
chromadb==0.4.18
|
17 |
click==8.1.7
|
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 |
exceptiongroup==1.2.0
|
26 |
fastapi==0.104.1
|
27 |
ffmpy==0.3.1
|
28 |
filelock==3.13.1
|
29 |
+
flatbuffers==23.5.26
|
30 |
fonttools==4.45.1
|
31 |
frozenlist==1.4.0
|
32 |
fsspec==2023.10.0
|
33 |
+
google-auth==2.24.0
|
34 |
+
googleapis-common-protos==1.61.0
|
35 |
gradio==4.7.1
|
36 |
gradio_client==0.7.0
|
37 |
+
grpcio==1.59.3
|
38 |
h11==0.14.0
|
39 |
httpcore==1.0.2
|
40 |
+
httptools==0.6.1
|
41 |
httpx==0.25.2
|
42 |
huggingface-hub==0.19.4
|
43 |
+
humanfriendly==10.0
|
44 |
idna==3.6
|
45 |
+
importlib-metadata==6.9.0
|
46 |
importlib-resources==6.1.1
|
47 |
Jinja2==3.1.2
|
48 |
jsonpatch==1.33
|
|
|
50 |
jsonschema==4.20.0
|
51 |
jsonschema-specifications==2023.11.2
|
52 |
kiwisolver==1.4.5
|
53 |
+
kubernetes==28.1.0
|
54 |
langchain==0.0.344
|
55 |
langchain-core==0.0.8
|
56 |
+
langchainhub==0.1.14
|
57 |
langsmith==0.0.68
|
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.7
|
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.3
|
86 |
Pillow==10.1.0
|
87 |
+
posthog==3.0.2
|
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 |
+
PyPika==0.48.9
|
98 |
python-dateutil==2.8.2
|
99 |
+
python-dotenv==1.0.0
|
100 |
python-multipart==0.0.6
|
101 |
pytz==2023.3.post1
|
102 |
PyYAML==6.0.1
|
103 |
referencing==0.31.1
|
104 |
+
regex==2023.10.3
|
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 |
+
tiktoken==0.5.1
|
119 |
+
tokenizers==0.15.0
|
120 |
tomlkit==0.12.0
|
121 |
toolz==0.12.0
|
122 |
tqdm==4.66.1
|
123 |
typer==0.9.0
|
124 |
+
types-requests==2.31.0.10
|
125 |
typing-inspect==0.9.0
|
126 |
typing_extensions==4.8.0
|
127 |
tzdata==2023.3
|
128 |
urllib3==2.1.0
|
129 |
uvicorn==0.24.0.post1
|
130 |
+
uvloop==0.19.0
|
131 |
+
watchfiles==0.21.0
|
132 |
+
websocket-client==1.6.4
|
133 |
websockets==11.0.3
|
134 |
+
wrapt==1.16.0
|
135 |
yarl==1.9.3
|
136 |
zipp==3.17.0
|