Skip to content

Commit

Permalink
fix optax version for issues with automatic differentiation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlottaSartore committed Feb 4, 2025
1 parent b788f1d commit 05bbe6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- jaxlib >= 0.4.26
- jaxlie >= 1.3.0
- jax-dataclasses >= 1.4.0
- optax >= 0.2.3
- optax == 0.2.3
- pptree
- qpax
- rod >= 0.3.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies = [
"jaxlie >= 1.3.0",
"jax_dataclasses >= 1.4.0",
"pptree",
"optax >= 0.2.3",
"optax == 0.2.3",
"qpax",
"rod >= 0.3.3",
"typing_extensions ; python_version < '3.12'",
Expand Down

0 comments on commit 05bbe6e

Please sign in to comment.