build: remove version condition for audioop-lts

This commit is contained in:
Travis Abendshien
2026-08-18 13:45:11 -07:00
parent bc96ba9e52
commit 6452664b2a
+1 -1
View File
@@ -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.*",