From 0704befe0f26814ad5ead048722a120b0d0e57d6 Mon Sep 17 00:00:00 2001 From: "arjxn.py" Date: Fri, 30 Jun 2023 04:15:01 +0530 Subject: [PATCH] Missed docs in previous commit --- docs/source/user_guide/installation/index.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/user_guide/installation/index.rst b/docs/source/user_guide/installation/index.rst index a8dd5b1842..17c1cf2a6c 100644 --- a/docs/source/user_guide/installation/index.rst +++ b/docs/source/user_guide/installation/index.rst @@ -116,7 +116,7 @@ Dependency ================================================================================================= ================== ================== =================================================================================================================================================================================== .. _install.examples_dependencies: -================= + Examples dependencies ^^^^^^^^^^^^^^^^^^^^^ @@ -138,9 +138,6 @@ Installable with ``pip install "pybamm[dev]"`` ================================================================================ ================== ================== =================================================================================================================================================================================== Dependency Minimum Version pip extra Notes ================================================================================ ================== ================== =================================================================================================================================================================================== -`anytree `__ 2.4.3 dev For Tree Data Structure -`autograd `__ 1.2.0 dev To differentiate python & numpy code. -`scikit-fem `__ 0.2.0 dev For performing finite element assembly. `pre-commit `__ - dev For managing and maintaining multi-language pre-commit hooks. `black `__ - dev For code formatting. ================================================================================ ================== ================== ===================================================================================================================================================================================