diff --git a/pyproject.toml b/pyproject.toml index 9005d62..be9f9d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ authors = ["winstxnhdw "] readme = "README.md" [tool.poetry.dependencies] -python = "^3.12" +python = "^3.11" faster-whisper = "^1.0.3" nvidia-cudnn-cu12 = { version = "8.9.7.29", optional = true } nvidia-cublas-cu12 = { version = "^12.5.3.2", optional = true }