Jirat Jaturanpinyo commited on
Commit
3aeacca
·
verified ·
1 Parent(s): 080e0ec

Update requirements.txt

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