Fix No matching distribution found for audioop-lts (python < 3.13) (#2283) (#2341)

This commit is contained in:
feng lui 2025-06-10 23:12:31 +08:00 committed by GitHub
parent a5a73cb2da
commit 7787730743
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
addict
appdirs
audioop-lts
audioop-lts; python_version>='3.13'
colour
diskcache
ipython>=8.18.0

View file

@ -31,7 +31,7 @@ include_package_data = True
install_requires =
addict
appdirs
audioop-lts
audioop-lts; python_version >= "3.13"
colour
diskcache
ipython>=8.18.0