Update requirements.txt
Browse files- requirements.txt +2 -70
requirements.txt
CHANGED
@@ -1,70 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
aiofiles==23.2.1
|
5 |
-
altair==5.2.0
|
6 |
-
annotated-types==0.6.0
|
7 |
-
anyio==3.7.1
|
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 |
-
diskcache==5.6.3
|
16 |
-
exceptiongroup==1.2.0
|
17 |
-
fastapi==0.104.1
|
18 |
-
ffmpy==0.3.1
|
19 |
-
filelock==3.13.1
|
20 |
-
fonttools==4.46.0
|
21 |
-
fsspec==2023.12.1
|
22 |
-
gradio==4.8.0
|
23 |
-
gradio_client==0.7.1
|
24 |
-
h11==0.14.0
|
25 |
-
httpcore==1.0.2
|
26 |
-
httpx==0.25.2
|
27 |
-
huggingface-hub==0.19.4
|
28 |
-
idna==3.6
|
29 |
-
importlib-resources==6.1.1
|
30 |
-
Jinja2==3.1.2
|
31 |
-
jsonschema==4.20.0
|
32 |
-
jsonschema-specifications==2023.11.2
|
33 |
-
kiwisolver==1.4.5
|
34 |
-
llama_cpp_python==0.2.20
|
35 |
-
markdown-it-py==3.0.0
|
36 |
-
MarkupSafe==2.1.3
|
37 |
-
matplotlib==3.8.2
|
38 |
-
mdurl==0.1.2
|
39 |
-
numpy==1.26.2
|
40 |
-
orjson==3.9.10
|
41 |
-
packaging==23.2
|
42 |
-
pandas==2.1.3
|
43 |
-
Pillow==10.1.0
|
44 |
-
pydantic==2.5.2
|
45 |
-
pydantic_core==2.14.5
|
46 |
-
pydub==0.25.1
|
47 |
-
Pygments==2.17.2
|
48 |
-
pyparsing==3.1.1
|
49 |
-
python-dateutil==2.8.2
|
50 |
-
python-multipart==0.0.6
|
51 |
-
pytz==2023.3.post1
|
52 |
-
PyYAML==6.0.1
|
53 |
-
referencing==0.32.0
|
54 |
-
requests==2.31.0
|
55 |
-
rich==13.7.0
|
56 |
-
rpds-py==0.13.2
|
57 |
-
semantic-version==2.10.0
|
58 |
-
shellingham==1.5.4
|
59 |
-
six==1.16.0
|
60 |
-
sniffio==1.3.0
|
61 |
-
starlette==0.27.0
|
62 |
-
tomlkit==0.12.0
|
63 |
-
toolz==0.12.0
|
64 |
-
tqdm==4.66.1
|
65 |
-
typer==0.9.0
|
66 |
-
typing_extensions==4.8.0
|
67 |
-
tzdata==2023.3
|
68 |
-
urllib3==2.1.0
|
69 |
-
uvicorn==0.24.0.post1
|
70 |
-
websockets==11.0.3
|
|
|
1 |
+
llama-cpp-python==0.2.20
|
2 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|