Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pytest-repeat
- icub-models
- idyntree >=11.0.0
- jax
- jax==0.6.0
- pytorch
- jax2torch
- requests
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies = [
]

[project.optional-dependencies]
jax = ["jax", "jaxlib"]
jax = ["jax==0.6.0", "jaxlib"]
casadi = ["casadi"]
pytorch = ["torch", "jax", "jaxlib", "jax2torch"]
test = [
"jax",
"jax==0.6.0",
"jaxlib",
"casadi",
"torch",
Expand Down
Loading