From f1031567b588f7975d7705f6c022691e300cc8e6 Mon Sep 17 00:00:00 2001 From: maleicacid Date: Tue, 7 Apr 2026 08:42:30 +0000 Subject: [PATCH] Drop Python 3.9 support and remove unused torchvision uv source --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8584d0a..f47ee76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "openlrc" version = "1.6.2" description = "Transcribe (whisper) and translate (gpt) voice into LRC file." authors = [{ name = "Hao Zheng", email = "zhenghaosustc@gmail.com" }] -requires-python = ">=3.9, <3.13" +requires-python = ">=3.10, <3.13" readme = "README.md" license = "MIT" keywords = ["openai-gpt3", "whisper", "voice transcribe", "lrc"] @@ -81,9 +81,6 @@ explicit = true torch = [ { index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, ] -torchvision = [ - { index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, -] torchaudio = [ { index = "pytorch-cu124", marker = "sys_platform == 'linux' or sys_platform == 'win32'" }, ]