Skip to content

Commit 05bbe6e

Browse files
fix optax version for issues with automatic differentiation tests
1 parent b788f1d commit 05bbe6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- jaxlib >= 0.4.26
1212
- jaxlie >= 1.3.0
1313
- jax-dataclasses >= 1.4.0
14-
- optax >= 0.2.3
14+
- optax == 0.2.3
1515
- pptree
1616
- qpax
1717
- rod >= 0.3.3

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies = [
5151
"jaxlie >= 1.3.0",
5252
"jax_dataclasses >= 1.4.0",
5353
"pptree",
54-
"optax >= 0.2.3",
54+
"optax == 0.2.3",
5555
"qpax",
5656
"rod >= 0.3.3",
5757
"typing_extensions ; python_version < '3.12'",

0 commit comments

Comments
 (0)