Skip to content

Commit

Permalink
Modify dependency table & squash
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Jul 27, 2023
1 parent 6057308 commit 31f81d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/source/user_guide/installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@ Jax dependencies

Installable with ``pip install "pybamm[jax]"``

========================================================================= ================== ================== ===========================================================
========================================================================= ================== ================== =======================
Dependency Minimum Version pip extra Notes
========================================================================= ================== ================== ===========================================================
`jax <https://jax.readthedocs.io/en/latest/notebooks/quickstart.html>`__ 0.4.8 jax Enables NumPy code on not only CPU but GPU and TPU as well.
========================================================================= ================== ================== =======================
`jax <https://jax.readthedocs.io/en/latest/notebooks/quickstart.html>`__ 0.4.8 jax For JAX solvers
`jaxlib <https://pypi.org/project/jaxlib/>`__ 0.4.7 jax Support library for JAX
========================================================================= ================== ================== ===========================================================
========================================================================= ================== ================== =======================

.. _install.odes_dependencies:

Expand All @@ -215,11 +215,11 @@ odes dependencies

Installable with ``pip install "pybamm[odes]"``

================================================================== ================== ================== ==================
================================================================== ================== ================== =============================
Dependency Minimum Version pip extra Notes
================================================================== ================== ================== ==================
`scikits.odes <https://scikits-odes.readthedocs.io/en/latest/>`__ \- odes For ODE solvers
================================================================== ================== ================== ==================
================================================================== ================== ================== =============================
`scikits.odes <https://scikits-odes.readthedocs.io/en/latest/>`__ \- odes For scikits ODE & DAE solvers
================================================================== ================== ================== =============================

.. note::

Expand Down
1 change: 0 additions & 1 deletion pybamm/install_odes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import sys
import logging
import subprocess
from warnings import warn

from pybamm.util import root_dir

Expand Down

0 comments on commit 31f81d4

Please sign in to comment.