Loading pkgs/development/python-modules/gguf/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ pyside6, pyyaml, requests, sentencepiece, tqdm, # tests Loading @@ -36,13 +35,15 @@ buildPythonPackage (finalAttrs: { dependencies = [ numpy pyside6 pyyaml requests sentencepiece tqdm ]; optional-dependencies = { gui = [ pyside6 ]; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "gguf" ]; Loading Loading
pkgs/development/python-modules/gguf/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ pyside6, pyyaml, requests, sentencepiece, tqdm, # tests Loading @@ -36,13 +35,15 @@ buildPythonPackage (finalAttrs: { dependencies = [ numpy pyside6 pyyaml requests sentencepiece tqdm ]; optional-dependencies = { gui = [ pyside6 ]; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "gguf" ]; Loading