Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Agriya Khetarpal <[email protected]>
  • Loading branch information
brosaplanella and agriyakhetarpal authored May 20, 2024
1 parent 9362c7a commit a01daab
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; python_version >= '3.9'",
"jaxlib==0.4.28; python_version >= '3.9'",
"jax==0.4.28",
"jaxlib==0.4.28",
]
# Contains all optional dependencies, except for jax and dev dependencies
all = [
Expand Down

0 comments on commit a01daab

Please sign in to comment.