python312Packages.gguf: add missing dep, unbreak
This commit is contained in:
parent
73794b4d2d
commit
9ef4d05b49
@ -6,6 +6,7 @@
|
||||
poetry-core,
|
||||
pythonOlder,
|
||||
tqdm,
|
||||
pyyaml,
|
||||
}:
|
||||
buildPythonPackage rec {
|
||||
pname = "gguf";
|
||||
@ -23,6 +24,7 @@ buildPythonPackage rec {
|
||||
numpy
|
||||
poetry-core
|
||||
tqdm
|
||||
pyyaml
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user