Commit 9ef4d05b authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python312Packages.gguf: add missing dep, unbreak

parent 73794b4d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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; {