@@ -44,6 +44,7 @@ breathe = ">=4.36.0,<5"
4444cmake = " <3.30" # Constraint to avoid issues with deprecated features in newer cmake versions
4545colorama = " >=0.4.6,<0.5"
4646compilers = " >=1.11.0,<2"
47+ construct = " >=2.10.70,<3"
4748eigen = " >=3.4.0,<4"
4849fabric = " >=3.2.2,<4"
4950flask = " >=3.1.2,<4"
@@ -71,6 +72,7 @@ psutil = ">=7.1.3,<8"
7172pthread-stubs = " >=0.4,<0.5"
7273pybind11 = " >=3.0.1,<4"
7374pyqt = " >=5.15.11,<6"
75+ pysoundcard = " >=0.4.5,<0.5"
7476pytest = " >=9.0.1,<10"
7577pytest-mock = " >=3.15.1,<4"
7678pyyaml = " >=6.0.3,<7"
@@ -193,6 +195,7 @@ ros-jazzy-better-launch = ">=1.0.3,<2"
193195# Neural network models / data packages
194196bitbots_model_2023_04_04_philipp_yoeox_with_team_colors = " >=1.0.0,<2"
195197bitbots_model_2022_10_07_flo_torso21_yoeox = " >=1.0.0,<2"
198+ tts-supertonic = " >=1.0.0,<2"
196199
197200# Local packages
198201bitbots_rust_nav = { path = " src/bitbots_navigation/bitbots_rust_nav" }
@@ -222,8 +225,6 @@ pre-commit = ">=4.4.0,<5"
222225construct = " >=2.10.56, <3"
223226syrupy = " >=5.0.0, <6"
224227exhale = " >=0.3.7, <0.4"
225- mycroft-mimic3-tts = " >=0.2.4, <0.3"
226- pyttsx3 = " >=2.99, <3"
227228
228229[feature .ros .target .linux-64 .pypi-dependencies ]
229230onnxruntime-webgpu = " >=1.24.0.dev20251218001, <2"
0 commit comments