Skip to content

Commit

Permalink
Merge pull request pybamm-team#3570 from Saransh-cpp/lower-bounds
Browse files Browse the repository at this point in the history
Sync lower bounds with conda package
  • Loading branch information
Saransh-cpp authored Nov 28, 2023
2 parents 25b1e75 + 1b97101 commit ebacf49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions docs/source/user_guide/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ PyBaMM requires the following dependencies.
================================================================ ==========================
Package Minimum supported version
================================================================ ==========================
`NumPy <https://numpy.org>`__ 1.16.0
`SciPy <https://docs.scipy.org/doc/scipy/>`__ 2.8.2
`CasADi <https://web.casadi.org/docs/>`__ 3.6.0
`Xarray <https://docs.xarray.dev/en/stable/>`__ 2023.04.0
`Anytree <https://anytree.readthedocs.io/en/stable/>`__ 2.4.3
`NumPy <https://numpy.org>`__ 1.23.5
`SciPy <https://docs.scipy.org/doc/scipy/>`__ 1.9.3
`CasADi <https://web.casadi.org/docs/>`__ 3.6.3
`Xarray <https://docs.xarray.dev/en/stable/>`__ 2022.6.0
`Anytree <https://anytree.readthedocs.io/en/stable/>`__ 2.8.0
================================================================ ==========================

.. _install.optional_dependencies:
Expand All @@ -91,8 +91,8 @@ Installable with ``pip install "pybamm[plot]"``
=========================================================== ================== ================== ==================================================================
Dependency Minimum Version pip extra Notes
=========================================================== ================== ================== ==================================================================
`imageio <https://imageio.readthedocs.io/en/stable/>`__ 2.9.0 plot For generating simulation GIFs.
`matplotlib <https://matplotlib.org/stable/>`__ 2.0.0 plot To plot various battery models, and analyzing battery performance.
`imageio <https://imageio.readthedocs.io/en/stable/>`__ 2.3.0 plot For generating simulation GIFs.
`matplotlib <https://matplotlib.org/stable/>`__ 3.6.0 plot To plot various battery models, and analyzing battery performance.
=========================================================== ================== ================== ==================================================================

.. _install.pandas_dependencies:
Expand All @@ -105,7 +105,7 @@ Installable with ``pip install "pybamm[pandas]"``
=========================================================== ================== ================== ==================================================================
Dependency Minimum Version pip extra Notes
=========================================================== ================== ================== ==================================================================
`pandas <https://pandas.pydata.org/docs/>`__ 0.24.0 pandas For data manipulation and analysis.
`pandas <https://pandas.pydata.org/docs/>`__ 1.5.0 pandas For data manipulation and analysis.
=========================================================== ================== ================== ==================================================================

.. _install.docs_dependencies:
Expand Down Expand Up @@ -183,7 +183,7 @@ Installable with ``pip install "pybamm[latexify]"``
=========================================================== ================== ================== =========================
Dependency Minimum Version pip extra Notes
=========================================================== ================== ================== =========================
`sympy <https://docs.sympy.org/latest/index.html>`__ 1.8.0 latexify For symbolic mathematics.
`sympy <https://docs.sympy.org/latest/index.html>`__ 1.9.3 latexify For symbolic mathematics.
=========================================================== ================== ================== =========================

.. _install.bpx_dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"scipy>=1.9.3",
"casadi>=3.6.3",
"xarray>=2022.6.0",
"anytree>=2.12.0",
"anytree>=2.8.0",
]

[project.urls]
Expand Down Expand Up @@ -72,7 +72,7 @@ examples = [
]
# Plotting functionality
plot = [
"imageio>=2.32.0",
"imageio>=2.3.0",
# Note: matplotlib is loaded for debug plots, but to ensure PyBaMM runs
# on systems without an attached display, it should never be imported
# outside of plot() methods.
Expand Down

0 comments on commit ebacf49

Please sign in to comment.