Skip to content

Commit 56df032

Browse files
authored
ping Jaxopt version to unbreak test (#789)
* ping Jaxopt version to unbreak test * lower jaxopt version
1 parent 060c99a commit 56df032

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",
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
9+
jaxopt<=0.8.3
1010
jupytext
1111
myst_nb>=1.0.0
1212
numba

0 commit comments

Comments
 (0)