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

authored by Gaétan Lepage and committed by GitHub 8aafe600 3765ba2a

+6 -2
+6 -2
pkgs/development/python-modules/tinygrad/default.nix
··· 32 hypothesis, 33 jax, 34 librosa, 35 networkx, 36 numpy, 37 onnx, ··· 44 torch, 45 tqdm, 46 transformers, 47 48 # passthru 49 tinygrad, ··· 54 55 buildPythonPackage rec { 56 pname = "tinygrad"; 57 - version = "0.10.2"; 58 pyproject = true; 59 60 src = fetchFromGitHub { 61 owner = "tinygrad"; 62 repo = "tinygrad"; 63 tag = "v${version}"; 64 - hash = "sha256-BXQMacp6QjlgsVwhp2pxEZkRylZfKQhqIh92/0dPlfg="; 65 }; 66 67 patches = [ ··· 150 hypothesis 151 jax 152 librosa 153 networkx 154 numpy 155 onnx ··· 162 torch 163 tqdm 164 transformers 165 ] ++ networkx.optional-dependencies.extra; 166 167 disabledTests =
··· 32 hypothesis, 33 jax, 34 librosa, 35 + ml-dtypes, 36 networkx, 37 numpy, 38 onnx, ··· 45 torch, 46 tqdm, 47 transformers, 48 + z3-solver, 49 50 # passthru 51 tinygrad, ··· 56 57 buildPythonPackage rec { 58 pname = "tinygrad"; 59 + version = "0.10.3"; 60 pyproject = true; 61 62 src = fetchFromGitHub { 63 owner = "tinygrad"; 64 repo = "tinygrad"; 65 tag = "v${version}"; 66 + hash = "sha256-IQ0EAjj8kYUwzvMsAiNnvRm/twC40r9JWXUocaETjC8="; 67 }; 68 69 patches = [ ··· 152 hypothesis 153 jax 154 librosa 155 + ml-dtypes 156 networkx 157 numpy 158 onnx ··· 165 torch 166 tqdm 167 transformers 168 + z3-solver 169 ] ++ networkx.optional-dependencies.extra; 170 171 disabledTests =