use uvloop as the new event loop on Linux and macOS

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-28 19:23:50 -07:00
parent 2395ca0057
commit fb66df2efd
3 changed files with 23 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ dependencies = [
"pyloudnorm~=0.1.1",
"resampy~=0.4.3",
"soxr~=0.5.0",
"openai~=1.70.0"
"openai~=1.70.0",
"uvloop~=0.21.0; sys_platform!='win32'"
]
[project.urls]