diff --git a/docs/source/user_guide/installation/index.rst b/docs/source/user_guide/installation/index.rst index 4cbced26bd..ed5e077f94 100644 --- a/docs/source/user_guide/installation/index.rst +++ b/docs/source/user_guide/installation/index.rst @@ -49,7 +49,9 @@ PyBaMM requires the following dependencies: .. warning:: - The list of dependencies below might be outdated. Please refer to the ``pyproject.toml`` file to find all dependencies. + The list of dependencies below might be outdated. Users are advised to manually check the `pyproject.toml`_ file to find out supported versions. + +.. _pyproject.toml: https://github.com/pybamm-team/PyBaMM/blob/main/pyproject.toml .. _install-required-dependencies: @@ -61,18 +63,18 @@ Required dependencies PyBaMM requires the following dependencies. =================================================================== ========================== -Package Minimum supported version +Package Supported version(s) =================================================================== ========================== -`NumPy `__ 1.23.5 -`SciPy `__ 1.9.3 -`CasADi `__ 3.6.3 -`Xarray `__ 2022.6.0 -`Anytree `__ 2.8.0 -`SymPy `__ 1.9.3 -`typing-extensions `__ 4.10.0 -`pandas `__ 1.5.0 -`pooch `__ 1.8.1 -`posthog `__ 3.6.5 +`NumPy `__ >= 1.23.5, <2 +`SciPy `__ Whatever recent versions work. >= 1.9.3 +`CasADi `__ Whatever recent versions work. >= 3.6.7 +`Xarray `__ Whatever recent versions work. >= 2022.6.0 +`Anytree `__ Whatever recent versions work. >= 2.8.0 +`SymPy `__ Whatever recent versions work. >= 1.9.3 +`typing-extensions `__ Whatever recent versions work. >= 4.10.0 +`pandas `__ Whatever recent versions work. >= 1.5.0 +`pooch `__ Whatever recent versions work. >= 1.8.1 +`posthog `__ Whatever recent versions work. >= 3.6.5 `pyyaml `__ `platformdirs `__ =================================================================== ==========================