From 6452664b2ad7febf52b4680bb530ee745bc88879 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:45:11 -0700 Subject: [PATCH] build: remove version condition for audioop-lts --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1035bda8..db2a3ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ license = "GPL-3.0-only" readme = "README.md" requires-python = ">=3.14,<=3.15" dependencies = [ - "audioop-lts; python_version >= '3.13'", + "audioop-lts~=0.2.2", "chardet~=5.2", "ffmpeg-python~=0.2", "humanfriendly==10.*",