Merge pull request #255220 from NixOS/samuela/bitsandbytes

python3Packages.bitsandbytes: remove unecessary `nativeCheckInputs`
This commit is contained in:
Samuel Ainsworth
2023-09-15 20:23:39 -04:00
committed by GitHub
@@ -3,12 +3,9 @@
, fetchFromGitHub
, python
, pythonOlder
, pytestCheckHook
, setuptools
, wheel
, torch
, einops
, lion-pytorch
, scipy
, symlinkJoin
}:
@@ -85,7 +82,6 @@ buildPythonPackage {
];
doCheck = false; # tests require CUDA and also GPU access
nativeCheckInputs = [ pytestCheckHook einops lion-pytorch ];
pythonImportsCheck = [
"bitsandbytes"