We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8370920 commit b0707d8Copy full SHA for b0707d8
.python-version
@@ -1 +1 @@
1
-3.13
+3.14
pyproject.toml
@@ -3,7 +3,7 @@ name = "reachy-robot"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
-requires-python = ">=3.13,<3.14" # for scipy dep of reachy-mini
+requires-python = ">=3.14,<3.15" # for scipy dep of reachy-mini
7
dependencies = [
8
"reachy-mini[mujoco]==1.0.0",
9
"openai-agents==0.4.0",
0 commit comments