Skip to content

Commit

Permalink
pybamm-team#3443 Bump to latest version of jax and jaxlib
Browse files Browse the repository at this point in the history
tested with `--upgrade` and `--upgrade-strategy eager` plus `--no-cache-dir`
  • Loading branch information
agriyakhetarpal committed Nov 22, 2023
1 parent e2d849d commit e17163f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ def compile_KLU():
# via the PyBaMM images on Docker Hub which come with
# Python 3.11 installed.
# It also provides support for CPU-only Jax on Windows.
"jax==0.4.18; python_version >= '3.9'",
"jaxlib==0.4.18; python_version >= '3.9'",
"jax==0.4.20; python_version >= '3.9'",
"jaxlib==0.4.20; python_version >= '3.9'",
# Jax 0.4.13 was the last version to support Python 3.8.
# Support for CPU-only Windows was added in 0.4.13, so
# this version supports Windows too.
Expand Down

0 comments on commit e17163f

Please sign in to comment.