Loading pkgs/development/python-modules/tinygrad/default.nix +13 −4 Original line number Diff line number Diff line Loading @@ -9,14 +9,17 @@ rocmSupport ? config.rocmSupport, cudaPackages, ocl-icd, stdenv, rocmPackages, stdenv, # build-system setuptools, # dependencies llvmlite, numpy, triton, unicorn, # tests blobfile, Loading @@ -25,9 +28,9 @@ hexdump, hypothesis, librosa, networkx, onnx, pillow, pydot, pytest-xdist, pytestCheckHook, safetensors, Loading Loading @@ -101,6 +104,12 @@ buildPythonPackage rec { # pyobjc-framework-metal ]; optional-dependencies = { llvm = [ llvmlite ]; arm = [ unicorn ]; triton = [ triton ]; }; pythonImportsCheck = [ "tinygrad" Loading @@ -116,9 +125,9 @@ buildPythonPackage rec { hexdump hypothesis librosa networkx onnx pillow pydot pytest-xdist pytestCheckHook safetensors Loading @@ -127,7 +136,7 @@ buildPythonPackage rec { torch tqdm transformers ]; ] ++ networkx.optional-dependencies.extra; preCheck = '' export HOME=$(mktemp -d) Loading Loading
pkgs/development/python-modules/tinygrad/default.nix +13 −4 Original line number Diff line number Diff line Loading @@ -9,14 +9,17 @@ rocmSupport ? config.rocmSupport, cudaPackages, ocl-icd, stdenv, rocmPackages, stdenv, # build-system setuptools, # dependencies llvmlite, numpy, triton, unicorn, # tests blobfile, Loading @@ -25,9 +28,9 @@ hexdump, hypothesis, librosa, networkx, onnx, pillow, pydot, pytest-xdist, pytestCheckHook, safetensors, Loading Loading @@ -101,6 +104,12 @@ buildPythonPackage rec { # pyobjc-framework-metal ]; optional-dependencies = { llvm = [ llvmlite ]; arm = [ unicorn ]; triton = [ triton ]; }; pythonImportsCheck = [ "tinygrad" Loading @@ -116,9 +125,9 @@ buildPythonPackage rec { hexdump hypothesis librosa networkx onnx pillow pydot pytest-xdist pytestCheckHook safetensors Loading @@ -127,7 +136,7 @@ buildPythonPackage rec { torch tqdm transformers ]; ] ++ networkx.optional-dependencies.extra; preCheck = '' export HOME=$(mktemp -d) Loading