Commit 38cd4258 authored by Samuel Ainsworth's avatar Samuel Ainsworth
Browse files

python3Packages.jax: 0.3.16 -> 0.3.23

parent bbaad9c2
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
in
buildPythonPackage rec {
  pname = "jax";
  version = "0.3.16";
  version = "0.3.23";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    owner = "google";
    repo = pname;
    rev = "jax-v${version}";
    hash = "sha256-4idh7boqBXSO9vEHxEcrzXjBIrKmmXiCf6cXh7En1/I=";
    hash = "sha256-ruXOwpBwpi1G8jgH9nhbWbs14JupwWkjh+Wzrj8HVU4=";
  };

  # jaxlib is _not_ included in propagatedBuildInputs because there are
@@ -92,9 +92,8 @@ buildPythonPackage rec {
    "tests/sparse_test.py"
  ];

  pythonImportsCheck = [
    "jax"
  ];
  # As of 0.3.22, `import jax` does not work without jaxlib being installed.
  pythonImportsCheck = [ ];

  meta = with lib; {
    description = "Differentiate, compile, and transform Numpy code";