Skip to content

Commit

Permalink
Fix docs about Jax solver compatibility with Python versions (#3702)
Browse files Browse the repository at this point in the history
* Ensure correct Python versions for Jax solver compatibility

* Simplify array of Python versions

Co-authored-by: Eric G. Kratz <kratman@users.noreply.github.com>

* Use different conjunction

Co-authored-by: Eric G. Kratz <kratman@users.noreply.github.com>

---------

Co-authored-by: Eric G. Kratz <kratman@users.noreply.github.com>
  • Loading branch information
agriyakhetarpal and kratman authored Jan 12, 2024
1 parent c127213 commit 025ac6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/user_guide/installation/gnu-linux-mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Users can install ``jax`` and ``jaxlib`` to use the Jax solver.

.. note::

The Jax solver is not supported on Python 3.8. It is supported on Python 3.9, 3.10, and 3.11.
The Jax solver is only supported for Python versions 3.9 through 3.12.

.. code:: bash
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user_guide/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Users can install ``jax`` and ``jaxlib`` to use the Jax solver.

.. note::

The Jax solver is not supported on Python 3.8. It is supported on Python 3.9, 3.10, and 3.11.
The Jax solver is only supported for Python versions 3.9 through 3.12.

.. code:: bash
Expand Down

0 comments on commit 025ac6f

Please sign in to comment.