Skip to content

Commit

Permalink
fix: increment BPX for pybamm v25.1 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden authored Jan 15, 2025
1 parent b550e3e commit 1607bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ scifem = [
"scikit-fem>=8.1.0" # scikit-fem is a dependency for the multi-dimensional pybamm models
]
bpx = [
"bpx<0.5",
"bpx>=0.5, <0.6",
]
all = ["pybop[plot,scifem,bpx]"]

Expand Down

0 comments on commit 1607bf3

Please sign in to comment.