Skip to content

Commit 78fe787

Browse files
authored
update pybammsolvers (#5199)
1 parent 847723e commit 78fe787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/user_guide/installation/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ PyBaMM requires the following dependencies.
6060
=================================================================== ==========================
6161
Package Supported version(s)
6262
=================================================================== ==========================
63-
`PyBaMM solvers <https://github.com/pybamm-team/pybammsolvers>`__ 0.0.4
63+
`PyBaMM solvers <https://github.com/pybamm-team/pybammsolvers>`__ >= 0.2.0, <0.3.0
6464
`NumPy <https://numpy.org>`__ >= 1.23.5, <2
6565
`SciPy <https://docs.scipy.org/doc/scipy/>`__ Whatever recent versions work. >= 1.9.3
6666
`CasADi <https://web.casadi.org/docs/>`__ Whatever recent versions work. >= 3.6.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers = [
2828
"Topic :: Scientific/Engineering",
2929
]
3030
dependencies = [
31-
"pybammsolvers",
31+
"pybammsolvers>=0.2.0,<0.3.0",
3232
"numpy>=1.23.5,<2.0.0",
3333
"scipy>=1.11.4",
3434
"casadi==3.6.7",

0 commit comments

Comments
 (0)