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'" }, ]