Unverified Commit 8aafe600 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python312Packages.tinygrad: 0.10.2 -> 0.10.3 (#407329)

parents 3765ba2a 6abf5db6
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
  hypothesis,
  jax,
  librosa,
  ml-dtypes,
  networkx,
  numpy,
  onnx,
@@ -44,6 +45,7 @@
  torch,
  tqdm,
  transformers,
  z3-solver,

  # passthru
  tinygrad,
@@ -54,14 +56,14 @@

buildPythonPackage rec {
  pname = "tinygrad";
  version = "0.10.2";
  version = "0.10.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tinygrad";
    repo = "tinygrad";
    tag = "v${version}";
    hash = "sha256-BXQMacp6QjlgsVwhp2pxEZkRylZfKQhqIh92/0dPlfg=";
    hash = "sha256-IQ0EAjj8kYUwzvMsAiNnvRm/twC40r9JWXUocaETjC8=";
  };

  patches = [
@@ -150,6 +152,7 @@ buildPythonPackage rec {
    hypothesis
    jax
    librosa
    ml-dtypes
    networkx
    numpy
    onnx
@@ -162,6 +165,7 @@ buildPythonPackage rec {
    torch
    tqdm
    transformers
    z3-solver
  ] ++ networkx.optional-dependencies.extra;

  disabledTests =