From eeb9de31ed15a59b6c455db9eb8d8b1ca9a46204 Mon Sep 17 00:00:00 2001 From: Gilles Boccon-Gibod Date: Tue, 18 Feb 2025 12:52:57 -0800 Subject: [PATCH] update dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 58867412..6ec1ae24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ development = [ ] avatar = [ "pandora-avatar == 0.0.10", - "rootcanal == 1.10.0 ; python_version>='3.10'", + "rootcanal == 1.11.1 ; python_version>='3.10'", ] pandora = ["bt-test-interfaces >= 0.0.6"] documentation = [ @@ -66,7 +66,7 @@ documentation = [ "mkdocstrings[python] >= 0.27.0", ] auracast = [ - "lc3py ; python_version>='3.10' and platform_system=='Linux' and platform_machine=='x86_64'", + "lc3py >= 1.1.3; python_version>='3.10' and ((platform_system=='Linux' and platform_machine=='x86_64') or (platform_system=='Darwin' and platform_machine=='arm64'))", "sounddevice >= 0.5.1", ]