Spaces:
Sleeping
Sleeping
Jirat Jaturanpinyo
commited on
Update requirements.txt
Browse files- requirements.txt +32 -32
requirements.txt
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
-
llama-cpp-python==0.28.0
|
2 |
-
huggingface-hub==0.23.4
|
3 |
-
py-localtunnel==1.0.0
|
4 |
-
annotated-types==0.6.0
|
5 |
-
anyio==4.3.0
|
6 |
-
cffi==1.16.0
|
7 |
-
click==8.1.7
|
8 |
-
colorama==0.4.6
|
9 |
-
cython==3.0.10
|
10 |
-
fastapi-slim==0.111.0
|
11 |
-
h11==0.14.0
|
12 |
-
idna==3.7
|
13 |
-
jinja2==3.1.4
|
14 |
-
markupsafe==2.1.5
|
15 |
-
numpy==1.26.4
|
16 |
-
platformdirs==4.2.2
|
17 |
-
pycparser==2.22
|
18 |
-
pydantic-core==2.18.4
|
19 |
-
pydantic==2.7.3
|
20 |
-
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@b35fc89fe42948a28e33aed886ea145a51113f88
|
21 |
-
python-multipart==0.0.9
|
22 |
-
pyworld==0.3.4
|
23 |
-
pyyaml==6.0.1
|
24 |
-
semver==3.0.2
|
25 |
-
six==1.16.0
|
26 |
-
sniffio==1.3.1
|
27 |
-
soundfile==0.12.1
|
28 |
-
soxr==0.3.7
|
29 |
-
starlette==0.37.2
|
30 |
-
tqdm==4.66.4
|
31 |
-
typing-extensions==4.11.0
|
32 |
-
uvicorn==0.29.0
|
|
|
1 |
+
llama-cpp-python==0.28.0
|
2 |
+
huggingface-hub==0.23.4
|
3 |
+
py-localtunnel==1.0.0
|
4 |
+
annotated-types==0.6.0
|
5 |
+
anyio==4.3.0
|
6 |
+
cffi==1.16.0
|
7 |
+
click==8.1.7
|
8 |
+
colorama==0.4.6
|
9 |
+
cython==3.0.10
|
10 |
+
fastapi-slim==0.111.0
|
11 |
+
h11==0.14.0
|
12 |
+
idna==3.7
|
13 |
+
jinja2==3.1.4
|
14 |
+
markupsafe==2.1.5
|
15 |
+
numpy==1.26.4
|
16 |
+
platformdirs==4.2.2
|
17 |
+
pycparser==2.22
|
18 |
+
pydantic-core==2.18.4
|
19 |
+
pydantic==2.7.3
|
20 |
+
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@b35fc89fe42948a28e33aed886ea145a51113f88
|
21 |
+
python-multipart==0.0.9
|
22 |
+
pyworld==0.3.4
|
23 |
+
pyyaml==6.0.1
|
24 |
+
semver==3.0.2
|
25 |
+
six==1.16.0
|
26 |
+
sniffio==1.3.1
|
27 |
+
soundfile==0.12.1
|
28 |
+
soxr==0.3.7
|
29 |
+
starlette==0.37.2
|
30 |
+
tqdm==4.66.4
|
31 |
+
typing-extensions==4.11.0
|
32 |
+
uvicorn==0.29.0
|