Spaces:
Running
Running
Commit
·
a4d8f47
1
Parent(s):
009f54b
Update requirements.txt
Browse files- requirements.txt +66 -63
requirements.txt
CHANGED
@@ -1,82 +1,85 @@
|
|
1 |
-
aiofiles==23.1
|
2 |
-
aiohttp==3.8.
|
3 |
aiosignal==1.3.1
|
4 |
-
altair==5.
|
5 |
-
|
6 |
-
|
|
|
7 |
attrs==23.1.0
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
11 |
colorama==0.4.6
|
12 |
-
contourpy==1.
|
13 |
-
cycler==0.
|
14 |
-
dataclasses-json==0.
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
gradio==3.
|
23 |
-
gradio_client==0.
|
24 |
-
greenlet==
|
25 |
h11==0.14.0
|
26 |
-
httpcore==0.
|
27 |
-
httpx==0.
|
28 |
-
huggingface-hub==0.
|
29 |
idna==3.4
|
|
|
30 |
Jinja2==3.1.2
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
multidict==6.0.4
|
44 |
mypy-extensions==1.0.0
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
orjson==3.
|
50 |
-
packaging==23.
|
51 |
-
pandas==2.
|
52 |
-
Pillow==
|
53 |
-
|
54 |
-
|
55 |
pydub==0.25.1
|
56 |
-
|
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 |
-
|
65 |
-
|
|
|
|
|
66 |
semantic-version==2.10.0
|
67 |
six==1.16.0
|
68 |
sniffio==1.3.0
|
69 |
-
|
|
|
70 |
starlette==0.27.0
|
71 |
-
tenacity==8.2.
|
72 |
-
tiktoken==0.
|
73 |
toolz==0.12.0
|
74 |
-
tqdm==4.
|
75 |
-
typing-inspect==0.
|
76 |
-
typing_extensions==4.
|
77 |
tzdata==2023.3
|
78 |
-
|
79 |
-
|
80 |
-
uvicorn==0.22.0
|
81 |
websockets==11.0.3
|
82 |
yarl==1.9.2
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohttp==3.8.6
|
3 |
aiosignal==1.3.1
|
4 |
+
altair==5.1.2
|
5 |
+
annotated-types==0.6.0
|
6 |
+
anyio==3.7.1
|
7 |
+
async-timeout==4.0.3
|
8 |
attrs==23.1.0
|
9 |
+
beautifulsoup4==4.12.2
|
10 |
+
certifi==2023.7.22
|
11 |
+
charset-normalizer==3.3.0
|
12 |
+
click==8.1.7
|
13 |
colorama==0.4.6
|
14 |
+
contourpy==1.1.1
|
15 |
+
cycler==0.12.1
|
16 |
+
dataclasses-json==0.6.1
|
17 |
+
exceptiongroup==1.1.3
|
18 |
+
fastapi==0.103.2
|
19 |
+
ffmpy==0.3.1
|
20 |
+
filelock==3.12.4
|
21 |
+
fonttools==4.43.1
|
22 |
+
frozenlist==1.4.0
|
23 |
+
fsspec==2023.9.2
|
24 |
+
gradio==3.47.1
|
25 |
+
gradio_client==0.6.0
|
26 |
+
greenlet==3.0.0
|
27 |
h11==0.14.0
|
28 |
+
httpcore==0.18.0
|
29 |
+
httpx==0.25.0
|
30 |
+
huggingface-hub==0.17.3
|
31 |
idna==3.4
|
32 |
+
importlib-resources==6.1.0
|
33 |
Jinja2==3.1.2
|
34 |
+
joblib==1.3.2
|
35 |
+
jsonpatch==1.33
|
36 |
+
jsonpointer==2.4
|
37 |
+
jsonschema==4.19.1
|
38 |
+
jsonschema-specifications==2023.7.1
|
39 |
+
kiwisolver==1.4.5
|
40 |
+
langchain==0.0.310
|
41 |
+
langsmith==0.0.43
|
42 |
+
llama-index==0.8.41
|
43 |
+
MarkupSafe==2.1.3
|
44 |
+
marshmallow==3.20.1
|
45 |
+
matplotlib==3.8.0
|
46 |
multidict==6.0.4
|
47 |
mypy-extensions==1.0.0
|
48 |
+
nest-asyncio==1.5.8
|
49 |
+
nltk==3.8.1
|
50 |
+
numpy==1.26.0
|
51 |
+
openai==0.28.1
|
52 |
+
orjson==3.9.7
|
53 |
+
packaging==23.2
|
54 |
+
pandas==2.1.1
|
55 |
+
Pillow==10.0.1
|
56 |
+
pydantic==2.4.2
|
57 |
+
pydantic_core==2.10.1
|
58 |
pydub==0.25.1
|
59 |
+
pyparsing==3.1.1
|
|
|
|
|
|
|
60 |
python-dateutil==2.8.2
|
61 |
python-multipart==0.0.6
|
62 |
+
pytz==2023.3.post1
|
63 |
+
PyYAML==6.0.1
|
64 |
+
referencing==0.30.2
|
65 |
+
regex==2023.10.3
|
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 |
+
soupsieve==2.5
|
72 |
+
SQLAlchemy==2.0.21
|
73 |
starlette==0.27.0
|
74 |
+
tenacity==8.2.3
|
75 |
+
tiktoken==0.5.1
|
76 |
toolz==0.12.0
|
77 |
+
tqdm==4.66.1
|
78 |
+
typing-inspect==0.9.0
|
79 |
+
typing_extensions==4.8.0
|
80 |
tzdata==2023.3
|
81 |
+
urllib3==1.26.17
|
82 |
+
uvicorn==0.23.2
|
|
|
83 |
websockets==11.0.3
|
84 |
yarl==1.9.2
|
85 |
+
zipp==3.17.0
|