diff --git a/pyproject.toml b/pyproject.toml index 875c1c92..572a036d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -124,7 +124,7 @@ dependencies = [ "timm", "bitsandbytes; sys_platform != 'darwin' or platform_machine != 'arm64'", "optimum-quanto>=0.2.5", - "ctranslate2==4.6.0", + "ctranslate2==4.7.1", "whisper-s2t==1.3.1", "hqq==0.2.7.post1", "torchao>=0.12.0,<0.16.0", # 0.16.0 breaks diffusers 0.36.0, torch+torch: https://github.com/pytorch/ao/issues/2919#issue-3375688762