Spaces:
Running
Running
Commit
·
15c2032
1
Parent(s):
a4d8f47
Update requirements.txt
Browse files- requirements.txt +64 -67
requirements.txt
CHANGED
@@ -1,85 +1,82 @@
|
|
1 |
-
aiofiles==23.
|
2 |
-
aiohttp==3.8.
|
3 |
aiosignal==1.3.1
|
4 |
-
altair==5.
|
5 |
-
|
6 |
-
|
7 |
-
async-timeout==4.0.3
|
8 |
attrs==23.1.0
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
click==8.1.7
|
13 |
colorama==0.4.6
|
14 |
-
contourpy==1.
|
15 |
-
cycler==0.
|
16 |
-
dataclasses-json==0.
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
gradio==3.
|
25 |
-
gradio_client==0.
|
26 |
-
greenlet==
|
27 |
h11==0.14.0
|
28 |
-
httpcore==0.
|
29 |
-
httpx==0.
|
30 |
-
huggingface-hub==0.
|
31 |
idna==3.4
|
32 |
-
importlib-resources==6.1.0
|
33 |
Jinja2==3.1.2
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
multidict==6.0.4
|
47 |
mypy-extensions==1.0.0
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
orjson==3.
|
53 |
-
packaging==23.
|
54 |
-
pandas==2.
|
55 |
-
Pillow==
|
56 |
-
|
57 |
-
|
58 |
pydub==0.25.1
|
59 |
-
|
|
|
|
|
|
|
60 |
python-dateutil==2.8.2
|
61 |
python-multipart==0.0.6
|
62 |
-
pytz==2023.3
|
63 |
-
PyYAML==6.0
|
64 |
-
|
65 |
-
|
66 |
-
requests==2.31.0
|
67 |
-
rpds-py==0.10.4
|
68 |
semantic-version==2.10.0
|
69 |
six==1.16.0
|
70 |
sniffio==1.3.0
|
71 |
-
|
72 |
-
SQLAlchemy==2.0.21
|
73 |
starlette==0.27.0
|
74 |
-
tenacity==8.2.
|
75 |
-
tiktoken==0.
|
76 |
toolz==0.12.0
|
77 |
-
tqdm==4.
|
78 |
-
typing-inspect==0.
|
79 |
-
typing_extensions==4.
|
80 |
tzdata==2023.3
|
81 |
-
|
82 |
-
|
|
|
83 |
websockets==11.0.3
|
84 |
-
yarl==1.9.2
|
85 |
-
zipp==3.17.0
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
aiosignal==1.3.1
|
4 |
+
altair==5.0.0
|
5 |
+
anyio==3.6.2
|
6 |
+
async-timeout==4.0.2
|
|
|
7 |
attrs==23.1.0
|
8 |
+
certifi==2023.5.7
|
9 |
+
charset-normalizer==3.1.0
|
10 |
+
click==8.1.3
|
|
|
11 |
colorama==0.4.6
|
12 |
+
contourpy==1.0.7
|
13 |
+
cycler==0.11.0
|
14 |
+
dataclasses-json==0.5.7
|
15 |
+
fastapi==0.95.2
|
16 |
+
ffmpy==0.3.0
|
17 |
+
filelock==3.12.0
|
18 |
+
fonttools==4.39.4
|
19 |
+
frozenlist==1.3.3
|
20 |
+
fsspec==2023.5.0
|
21 |
+
gpt-index==0.4.24
|
22 |
+
gradio==3.31.0
|
23 |
+
gradio_client==0.2.5
|
24 |
+
greenlet==2.0.2
|
25 |
h11==0.14.0
|
26 |
+
httpcore==0.17.1
|
27 |
+
httpx==0.24.0
|
28 |
+
huggingface-hub==0.14.1
|
29 |
idna==3.4
|
|
|
30 |
Jinja2==3.1.2
|
31 |
+
jsonschema==4.17.3
|
32 |
+
kiwisolver==1.4.4
|
33 |
+
langchain==0.0.148
|
34 |
+
linkify-it-py==2.0.2
|
35 |
+
llama-index==0.5.6
|
36 |
+
markdown-it-py==2.2.0
|
37 |
+
MarkupSafe==2.1.2
|
38 |
+
marshmallow==3.19.0
|
39 |
+
marshmallow-enum==1.5.1
|
40 |
+
matplotlib==3.7.1
|
41 |
+
mdit-py-plugins==0.3.3
|
42 |
+
mdurl==0.1.2
|
43 |
multidict==6.0.4
|
44 |
mypy-extensions==1.0.0
|
45 |
+
numexpr==2.8.4
|
46 |
+
numpy==1.24.3
|
47 |
+
openai==0.27.6
|
48 |
+
openapi-schema-pydantic==1.2.4
|
49 |
+
orjson==3.8.12
|
50 |
+
packaging==23.1
|
51 |
+
pandas==2.0.1
|
52 |
+
Pillow==9.5.0
|
53 |
+
pycryptodome==3.17
|
54 |
+
pydantic==1.10.7
|
55 |
pydub==0.25.1
|
56 |
+
Pygments==2.15.1
|
57 |
+
pyparsing==3.0.9
|
58 |
+
PyPDF2==3.0.1
|
59 |
+
pyrsistent==0.19.3
|
60 |
python-dateutil==2.8.2
|
61 |
python-multipart==0.0.6
|
62 |
+
pytz==2023.3
|
63 |
+
PyYAML==6.0
|
64 |
+
regex==2023.5.5
|
65 |
+
requests==2.30.0
|
|
|
|
|
66 |
semantic-version==2.10.0
|
67 |
six==1.16.0
|
68 |
sniffio==1.3.0
|
69 |
+
SQLAlchemy==1.4.48
|
|
|
70 |
starlette==0.27.0
|
71 |
+
tenacity==8.2.2
|
72 |
+
tiktoken==0.4.0
|
73 |
toolz==0.12.0
|
74 |
+
tqdm==4.65.0
|
75 |
+
typing-inspect==0.8.0
|
76 |
+
typing_extensions==4.5.0
|
77 |
tzdata==2023.3
|
78 |
+
uc-micro-py==1.0.2
|
79 |
+
urllib3==2.0.2
|
80 |
+
uvicorn==0.22.0
|
81 |
websockets==11.0.3
|
82 |
+
yarl==1.9.2
|
|