Alina Lozovskaya
commited on
Commit
·
53b9f79
1
Parent(s):
10331ab
Update pyproject.toml
Browse files- pyproject.toml +11 -4
pyproject.toml
CHANGED
|
@@ -10,9 +10,12 @@ description = ""
|
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
dependencies = [
|
| 13 |
-
|
| 14 |
-
"
|
|
|
|
|
|
|
| 15 |
"fastrtc",
|
|
|
|
| 16 |
"onnxruntime",
|
| 17 |
"PyGObject>=3.42.2, <=3.46.0",
|
| 18 |
"torch",
|
|
@@ -21,10 +24,14 @@ dependencies = [
|
|
| 21 |
"dotenv",
|
| 22 |
"ultralytics",
|
| 23 |
"supervision",
|
| 24 |
-
"
|
| 25 |
-
"reachy_mini_dances_library@git+ssh://[email protected]/pollen-robotics/reachy_mini_dances_library@main"
|
| 26 |
]
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
[project.optional-dependencies]
|
| 30 |
dev = ["pytest", "ruff==0.12.0"]
|
|
|
|
| 10 |
readme = "README.md"
|
| 11 |
requires-python = ">=3.10"
|
| 12 |
dependencies = [
|
| 13 |
+
"reachy_mini",
|
| 14 |
+
"reachy_mini_dances_library",
|
| 15 |
+
"reachy_mini_toolbox",
|
| 16 |
+
"openai>=2.1",
|
| 17 |
"fastrtc",
|
| 18 |
+
"aiortc==1.13.0",
|
| 19 |
"onnxruntime",
|
| 20 |
"PyGObject>=3.42.2, <=3.46.0",
|
| 21 |
"torch",
|
|
|
|
| 24 |
"dotenv",
|
| 25 |
"ultralytics",
|
| 26 |
"supervision",
|
| 27 |
+
"mediapipe>=0.10.14",
|
|
|
|
| 28 |
]
|
| 29 |
|
| 30 |
+
[tool.uv.sources]
|
| 31 |
+
reachy-mini-dances-library = { path = "../reachy_mini_dances_library", editable = true }
|
| 32 |
+
reachy-mini = { git = "ssh://[email protected]/pollen-robotics/reachy_mini.git", branch = "develop" }
|
| 33 |
+
reachy-mini-toolbox = { git = "ssh://[email protected]/pollen-robotics/reachy_mini_toolbox.git", branch = "main" }
|
| 34 |
+
fastrtc = { git = "ssh://[email protected]/gradio-app/fastrtc.git", branch = "main" }
|
| 35 |
|
| 36 |
[project.optional-dependencies]
|
| 37 |
dev = ["pytest", "ruff==0.12.0"]
|