Commit ·
b3ae818
1
Parent(s): beec3f9
Add scipy and soundfile dependencies for audio processing
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -2,5 +2,7 @@ aioesphomeapi==42.7.0
|
|
| 2 |
numpy>=2,<3
|
| 3 |
pymicro-wakeword>=2,<3
|
| 4 |
pyopen-wakeword>=1,<2
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 2 |
numpy>=2,<3
|
| 3 |
pymicro-wakeword>=2,<3
|
| 4 |
pyopen-wakeword>=1,<2
|
| 5 |
+
zeroconf<1
|
| 6 |
+
reachy-mini
|
| 7 |
+
scipy
|
| 8 |
+
soundfile
|