This commit is contained in:
Henk
2023-07-15 04:26:58 +02:00
parent 1f045110a4
commit 003105ae8b
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ dependencies:
- flask_compress - flask_compress
- ijson - ijson
- bitsandbytes==0.40.0; sys_platform == 'linux' - bitsandbytes==0.40.0; sys_platform == 'linux'
- https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0-py3-none-win_amd64.whl; sys_platform == 'win32' - https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32'
- ftfy - ftfy
- pydub - pydub
- diffusers - diffusers

View File

@@ -29,7 +29,7 @@ ansi2html
flask_compress flask_compress
ijson ijson
bitsandbytes==0.40.0; sys_platform == 'linux' bitsandbytes==0.40.0; sys_platform == 'linux'
https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0-py3-none-win_amd64.whl; sys_platform == 'win32' https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.40.0.post4-py3-none-win_amd64.whl; sys_platform == 'win32'
ftfy ftfy
py==1.11.0 py==1.11.0
pydub pydub