python311Packages.jax: 0.4.23 -> 0.4.24

Changelog: https://jax.readthedocs.io/en/latest/changelog.html#jax-0-4-24
This commit is contained in:
Gaetan Lepage
2024-02-13 23:00:57 +01:00
parent df84ec390f
commit 5a0488839d
@@ -28,7 +28,7 @@ let
in
buildPythonPackage rec {
pname = "jax";
version = "0.4.23";
version = "0.4.24";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
repo = "jax";
# google/jax contains tags for jax and jaxlib. Only use jax tags!
rev = "refs/tags/${pname}-v${version}";
hash = "sha256-PDa3yVH/sszGbWkVkJ+19FdOr3oqdYk+OdbeUTMTDuU=";
hash = "sha256-hmx7eo3pephc6BQfoJ3U0QwWBWmhkAc+7S4QmW32qQs=";
};
nativeBuildInputs = [
@@ -89,6 +89,9 @@ buildPythonPackage rec {
"testKde3"
"testKde5"
"testKde6"
# Invokes python manually in a subprocess, which does not have the correct dependencies
# ImportError: This version of jax requires jaxlib version >= 0.4.19.
"test_no_log_spam"
] ++ lib.optionals usingMKL [
# See
# * https://github.com/google/jax/issues/9705