From 49497163458e057fdcf702d91b10067d2d564f7a Mon Sep 17 00:00:00 2001 From: Winston H <56998716+winstxnhdw@users.noreply.github.com> Date: Wed, 3 Jul 2024 15:09:47 +0100 Subject: [PATCH] build: set minimum Python version to 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }