Update CI
This commit is contained in:
3
.github/poetry/cpu/pyproject.toml
vendored
3
.github/poetry/cpu/pyproject.toml
vendored
@@ -7,6 +7,7 @@ authors = [
|
||||
]
|
||||
maintainers = [
|
||||
"Alexander Soare <alexander.soare159@gmail.com>",
|
||||
"Quentin Gallouédec <quentin.gallouedec@ec-lyon.fr>",
|
||||
"Simon Alibert <alibert.sim@gmail.com>",
|
||||
]
|
||||
repository = "https://github.com/Cadene/lerobot"
|
||||
@@ -58,10 +59,12 @@ gymnasium-robotics = "^1.2.4"
|
||||
gymnasium = "^0.29.1"
|
||||
cmake = "^3.29.0.1"
|
||||
sim-pusht = { version = "^0.1.0", optional = true}
|
||||
sim-xarm = { version = "^0.1.0", optional = true}
|
||||
|
||||
|
||||
[tool.poetry.extras]
|
||||
pusht = ["sim-pusht"]
|
||||
xarm = ["sim-xarm"]
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user