Skip to content

Commit

Permalink
#3959 use jax and jaxlib 0.4.27
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed May 20, 2024
1 parent a01daab commit 3abc482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ dev = [
]
# For the Jax solver. Note: these must be kept in sync with the versions defined in pybamm/util.py.
jax = [
"jax==0.4.28",
"jaxlib==0.4.28",
"jax==0.4.27",
"jaxlib==0.4.27",
]
# Contains all optional dependencies, except for jax and dev dependencies
all = [
Expand Down

0 comments on commit 3abc482

Please sign in to comment.