Skip to content

Commit ea91c02

Browse files
committed
lower jaxopt version
1 parent 72c2a01 commit ea91c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"fastprogress>=1.0.0",
3535
"jax>=0.4.16",
3636
"jaxlib>=0.4.16",
37-
"jaxopt<=0.8.4",
37+
"jaxopt<=0.8.3",
3838
"optax>=0.1.7",
3939
"typing-extensions>=4.4.0",
4040
]

requirements-doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ flax
66
ipython
77
jax>=0.4.25
88
jaxlib>=0.4.25
9-
jaxopt<=0.8.4
9+
jaxopt<=0.8.3
1010
jupytext
1111
myst_nb>=1.0.0
1212
numba

0 commit comments

Comments
 (0)