From 0a0e17fa964d7dfe7d546c69975de6023a004a54 Mon Sep 17 00:00:00 2001 From: Andrew Beveridge Date: Sat, 13 Jul 2024 23:07:38 -0400 Subject: [PATCH] Relaxed python version req --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7415074..978d2b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ repository = "https://github.com/karaokenerds/karaoke-generator" documentation = "https://github.com/karaokenerds/karaoke-generator/blob/main/README.md" [tool.poetry.dependencies] -python = ">=3.9,<3.11" +python = ">=3.9" yt-dlp = ">=2024.07.09" pydub = ">=0.25" audio-separator = ">=0.6"