Skip to content

Commit

Permalink
Bump up JAX version used in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Tokarski <[email protected]>
  • Loading branch information
stiepan committed Apr 12, 2024
1 parent 3b1b5f8 commit 8a37bfa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qa/setup_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,10 @@ def get_pyvers_name(self, url, cuda_version):
PckgVer(
"0.4.13", python_min_ver="3.8", python_max_ver="3.8", dependencies=["jaxlib"]
),
# dax.fn.jax_function requires 0.4.16 which is the first one supporting
# dax.fn.jax_function requires at least 0.4.16 which is the first one supporting
# `__dlpack__` method, while 0.4.13 is the last one supported with Python3.8
PckgVer("0.4.16", python_min_ver="3.9", dependencies=["jaxlib"]),
# Use the most recent one avialable due to issues with address sanitizer run
PckgVer("0.4.26", python_min_ver="3.9", dependencies=["jaxlib"]),
]
},
# name used during installation
Expand Down

0 comments on commit 8a37bfa

Please sign in to comment.