Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +101 -91
requirements.txt
CHANGED
@@ -1,100 +1,110 @@
|
|
1 |
-
aiofiles==23.1
|
2 |
-
aiohttp==3.
|
3 |
aiosignal==1.3.1
|
4 |
-
altair==
|
5 |
-
|
6 |
-
|
7 |
-
attrs==
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
click==8.1.3
|
13 |
colorama==0.4.6
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
greenlet==2.0.2
|
30 |
h11==0.14.0
|
31 |
-
httpcore==0.
|
32 |
-
httpx==0.
|
33 |
-
huggingface-hub==0.
|
34 |
-
idna==3.
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
llama-index==0.10.28
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
mdurl==0.1.2
|
51 |
-
|
52 |
-
msg-parser==1.2.0
|
53 |
-
multidict==6.0.4
|
54 |
mypy-extensions==1.0.0
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
|
|
|
|
64 |
pydub==0.25.1
|
65 |
-
Pygments==2.
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
python-
|
71 |
-
python-
|
72 |
-
python-multipart==0.0.
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
regex==2023.
|
77 |
-
requests==2.
|
78 |
-
|
79 |
-
|
|
|
80 |
semantic-version==2.10.0
|
|
|
81 |
six==1.16.0
|
82 |
-
sniffio==1.3.
|
83 |
-
soupsieve==2.
|
84 |
-
SQLAlchemy==
|
85 |
-
starlette==0.
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
yarl==1.
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohttp==3.9.3
|
3 |
aiosignal==1.3.1
|
4 |
+
altair==5.3.0
|
5 |
+
annotated-types==0.6.0
|
6 |
+
anyio==4.3.0
|
7 |
+
attrs==23.2.0
|
8 |
+
beautifulsoup4==4.12.3
|
9 |
+
certifi==2024.2.2
|
10 |
+
charset-normalizer==3.3.2
|
11 |
+
click==8.1.7
|
|
|
12 |
colorama==0.4.6
|
13 |
+
contourpy==1.2.1
|
14 |
+
cycler==0.12.1
|
15 |
+
dataclasses-json==0.6.4
|
16 |
+
Deprecated==1.2.14
|
17 |
+
dirtyjson==1.0.8
|
18 |
+
distro==1.9.0
|
19 |
+
fastapi==0.110.1
|
20 |
+
ffmpy==0.3.2
|
21 |
+
filelock==3.13.4
|
22 |
+
fonttools==4.51.0
|
23 |
+
frozenlist==1.4.1
|
24 |
+
fsspec==2024.3.1
|
25 |
+
gradio==4.26.0
|
26 |
+
gradio_client==0.15.1
|
27 |
+
greenlet==3.0.3
|
|
|
28 |
h11==0.14.0
|
29 |
+
httpcore==1.0.5
|
30 |
+
httpx==0.27.0
|
31 |
+
huggingface-hub==0.22.2
|
32 |
+
idna==3.6
|
33 |
+
importlib_resources==6.4.0
|
34 |
+
Jinja2==3.1.3
|
35 |
+
joblib==1.4.0
|
36 |
+
jsonschema==4.21.1
|
37 |
+
jsonschema-specifications==2023.12.1
|
38 |
+
kiwisolver==1.4.5
|
39 |
llama-index==0.10.28
|
40 |
+
llama-index-agent-openai==0.2.2
|
41 |
+
llama-index-cli==0.1.11
|
42 |
+
llama-index-core==0.10.28
|
43 |
+
llama-index-embeddings-openai==0.1.7
|
44 |
+
llama-index-indices-managed-llama-cloud==0.1.5
|
45 |
+
llama-index-legacy==0.9.48
|
46 |
+
llama-index-llms-openai==0.1.15
|
47 |
+
llama-index-multi-modal-llms-openai==0.1.5
|
48 |
+
llama-index-program-openai==0.1.5
|
49 |
+
llama-index-question-gen-openai==0.1.3
|
50 |
+
llama-index-readers-file==0.1.16
|
51 |
+
llama-index-readers-llama-parse==0.1.4
|
52 |
+
llama-parse==0.4.0
|
53 |
+
llamaindex-py-client==0.1.16
|
54 |
+
markdown-it-py==3.0.0
|
55 |
+
MarkupSafe==2.1.5
|
56 |
+
marshmallow==3.21.1
|
57 |
+
matplotlib==3.8.4
|
58 |
mdurl==0.1.2
|
59 |
+
multidict==6.0.5
|
|
|
|
|
60 |
mypy-extensions==1.0.0
|
61 |
+
nest-asyncio==1.6.0
|
62 |
+
networkx==3.3
|
63 |
+
nltk==3.8.1
|
64 |
+
numpy==1.26.4
|
65 |
+
openai==1.17.0
|
66 |
+
orjson==3.10.0
|
67 |
+
packaging==24.0
|
68 |
+
pandas==2.2.2
|
69 |
+
pillow==10.3.0
|
70 |
+
pydantic==2.6.4
|
71 |
+
pydantic_core==2.16.3
|
72 |
pydub==0.25.1
|
73 |
+
Pygments==2.17.2
|
74 |
+
PyMuPDF==1.24.1
|
75 |
+
PyMuPDFb==1.24.1
|
76 |
+
pyparsing==3.1.2
|
77 |
+
pypdf==4.2.0
|
78 |
+
python-dateutil==2.9.0.post0
|
79 |
+
python-dotenv==1.0.1
|
80 |
+
python-multipart==0.0.9
|
81 |
+
pytz==2024.1
|
82 |
+
PyYAML==6.0.1
|
83 |
+
referencing==0.34.0
|
84 |
+
regex==2023.12.25
|
85 |
+
requests==2.31.0
|
86 |
+
rich==13.7.1
|
87 |
+
rpds-py==0.18.0
|
88 |
+
ruff==0.3.5
|
89 |
semantic-version==2.10.0
|
90 |
+
shellingham==1.5.4
|
91 |
six==1.16.0
|
92 |
+
sniffio==1.3.1
|
93 |
+
soupsieve==2.5
|
94 |
+
SQLAlchemy==2.0.29
|
95 |
+
starlette==0.37.2
|
96 |
+
striprtf==0.0.26
|
97 |
+
tenacity==8.2.3
|
98 |
+
tiktoken==0.6.0
|
99 |
+
tomlkit==0.12.0
|
100 |
+
toolz==0.12.1
|
101 |
+
tqdm==4.66.2
|
102 |
+
typer==0.12.3
|
103 |
+
typing-inspect==0.9.0
|
104 |
+
typing_extensions==4.11.0
|
105 |
+
tzdata==2024.1
|
106 |
+
urllib3==2.2.1
|
107 |
+
uvicorn==0.29.0
|
108 |
+
websockets==11.0.3
|
109 |
+
wrapt==1.16.0
|
110 |
+
yarl==1.9.4
|