Spaces:
Runtime error
Runtime error
update requirements
Browse files- requirements.txt +81 -1
requirements.txt
CHANGED
@@ -5,4 +5,84 @@ html2text
|
|
5 |
llama-index==0.10.10
|
6 |
llama-index-llms-mistralai
|
7 |
llama-index-embeddings-mistralai
|
8 |
-
llama-index-llms-huggingface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
llama-index==0.10.10
|
6 |
llama-index-llms-mistralai
|
7 |
llama-index-embeddings-mistralai
|
8 |
+
llama-index-llms-huggingface
|
9 |
+
aiofiles==23.2.1
|
10 |
+
altair==5.2.0
|
11 |
+
annotated-types==0.6.0
|
12 |
+
anyio==4.3.0
|
13 |
+
attrs==23.2.0
|
14 |
+
branca==0.7.1
|
15 |
+
cattrs==23.2.3
|
16 |
+
certifi==2024.2.2
|
17 |
+
charset-normalizer==3.3.2
|
18 |
+
click==8.1.7
|
19 |
+
colorama==0.4.6
|
20 |
+
contourpy==1.2.0
|
21 |
+
cycler==0.12.1
|
22 |
+
fastapi==0.110.0
|
23 |
+
ffmpy==0.3.2
|
24 |
+
filelock==3.13.1
|
25 |
+
flatbuffers==23.5.26
|
26 |
+
folium==0.15.1
|
27 |
+
fonttools==4.49.0
|
28 |
+
fsspec==2024.2.0
|
29 |
+
gradio==4.19.2
|
30 |
+
gradio_client==0.10.1
|
31 |
+
h11==0.14.0
|
32 |
+
httpcore==1.0.4
|
33 |
+
httpx==0.25.2
|
34 |
+
huggingface-hub==0.20.3
|
35 |
+
idna==3.6
|
36 |
+
importlib_resources==6.1.2
|
37 |
+
Jinja2==3.1.3
|
38 |
+
jsonschema==4.21.1
|
39 |
+
jsonschema-specifications==2023.12.1
|
40 |
+
kiwisolver==1.4.5
|
41 |
+
markdown-it-py==3.0.0
|
42 |
+
MarkupSafe==2.1.5
|
43 |
+
matplotlib==3.8.3
|
44 |
+
mdurl==0.1.2
|
45 |
+
mistralai==0.1.2
|
46 |
+
numpy==1.26.4
|
47 |
+
openmeteo_requests==1.2.0
|
48 |
+
openmeteo_sdk==1.10.0
|
49 |
+
orjson==3.9.15
|
50 |
+
packaging==23.2
|
51 |
+
pandas==2.2.1
|
52 |
+
pillow==10.2.0
|
53 |
+
platformdirs==4.2.0
|
54 |
+
plotly==5.19.0
|
55 |
+
pyarrow==15.0.0
|
56 |
+
pydantic==2.6.2
|
57 |
+
pydantic_core==2.16.3
|
58 |
+
pydub==0.25.1
|
59 |
+
Pygments==2.17.2
|
60 |
+
pyparsing==3.1.1
|
61 |
+
python-dateutil==2.8.2
|
62 |
+
python-multipart==0.0.9
|
63 |
+
pytz==2024.1
|
64 |
+
PyYAML==6.0.1
|
65 |
+
referencing==0.33.0
|
66 |
+
requests==2.31.0
|
67 |
+
requests-cache==1.2.0
|
68 |
+
retry-requests==2.0.0
|
69 |
+
rich==13.7.0
|
70 |
+
rpds-py==0.18.0
|
71 |
+
ruff==0.2.2
|
72 |
+
semantic-version==2.10.0
|
73 |
+
shellingham==1.5.4
|
74 |
+
six==1.16.0
|
75 |
+
sniffio==1.3.1
|
76 |
+
starlette==0.36.3
|
77 |
+
tenacity==8.2.3
|
78 |
+
tomlkit==0.12.0
|
79 |
+
toolz==0.12.1
|
80 |
+
tqdm==4.66.2
|
81 |
+
typer==0.9.0
|
82 |
+
typing_extensions==4.10.0
|
83 |
+
tzdata==2024.1
|
84 |
+
url-normalize==1.4.3
|
85 |
+
urllib3==2.2.1
|
86 |
+
uvicorn==0.27.1
|
87 |
+
websockets==11.0.3
|
88 |
+
xyzservices==2023.10.1
|