python312Packages.gguf: add missing dep, unbreak

This commit is contained in:
Peder Bergebakken Sundt 2024-11-08 13:28:43 +01:00
parent 73794b4d2d
commit 9ef4d05b49

View File

@ -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; {