Spaces:
Running
Running
drenayaz commited on
Commit ·
de3542b
1
Parent(s): d209ec3
fix cv2 dependancy
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -12,7 +12,7 @@ requires-python = ">=3.10"
|
|
| 12 |
dependencies = [
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile", # For audio recording
|
| 15 |
-
"
|
| 16 |
]
|
| 17 |
keywords = ["reachy-mini-app"]
|
| 18 |
|
|
|
|
| 12 |
dependencies = [
|
| 13 |
"reachy-mini",
|
| 14 |
"soundfile", # For audio recording
|
| 15 |
+
"opencv-python", # Provides the cv2 module
|
| 16 |
]
|
| 17 |
keywords = ["reachy-mini-app"]
|
| 18 |
|