Skip to content

Commit

Permalink
#3959 updated scipy and jax versions to fix deprecation error
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed May 20, 2024
1 parent 0237b11 commit af198f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
]
dependencies = [
"numpy>=1.23.5",
"scipy>=1.9.3,<1.13.0",
"scipy>=1.11.0",
"casadi>=3.6.5",
"xarray>=2022.6.0",
"anytree>=2.8.0",
Expand Down 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.20; python_version >= '3.9'",
"jaxlib==0.4.20; python_version >= '3.9'",
"jax==0.4.28; python_version >= '3.9'",
"jaxlib==0.4.28; python_version >= '3.9'",
]
# Contains all optional dependencies, except for jax and dev dependencies
all = [
Expand Down

0 comments on commit af198f9

Please sign in to comment.