Loading pkgs/development/python-modules/safetensors/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ pytest, pytest-benchmark, hypothesis, fsspec, # tests pytestCheckHook, Loading Loading @@ -81,6 +82,7 @@ buildPythonPackage rec { pytest pytest-benchmark hypothesis fsspec ]; all = self.torch ++ self.numpy ++ self.pinned-tf ++ self.jax ++ self.paddlepaddle ++ self.testing; dev = self.all; Loading @@ -91,6 +93,7 @@ buildPythonPackage rec { numpy pytestCheckHook torch fsspec ]; enabledTestPaths = [ "tests" ]; Loading Loading
pkgs/development/python-modules/safetensors/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ pytest, pytest-benchmark, hypothesis, fsspec, # tests pytestCheckHook, Loading Loading @@ -81,6 +82,7 @@ buildPythonPackage rec { pytest pytest-benchmark hypothesis fsspec ]; all = self.torch ++ self.numpy ++ self.pinned-tf ++ self.jax ++ self.paddlepaddle ++ self.testing; dev = self.all; Loading @@ -91,6 +93,7 @@ buildPythonPackage rec { numpy pytestCheckHook torch fsspec ]; enabledTestPaths = [ "tests" ]; Loading