We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b788f1d commit 05bbe6eCopy full SHA for 05bbe6e
environment.yml
@@ -11,7 +11,7 @@ dependencies:
11
- jaxlib >= 0.4.26
12
- jaxlie >= 1.3.0
13
- jax-dataclasses >= 1.4.0
14
- - optax >= 0.2.3
+ - optax == 0.2.3
15
- pptree
16
- qpax
17
- rod >= 0.3.3
pyproject.toml
@@ -51,7 +51,7 @@ dependencies = [
51
"jaxlie >= 1.3.0",
52
"jax_dataclasses >= 1.4.0",
53
"pptree",
54
- "optax >= 0.2.3",
+ "optax == 0.2.3",
55
"qpax",
56
"rod >= 0.3.3",
57
"typing_extensions ; python_version < '3.12'",
0 commit comments