Commit 3a122b21 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.docling-ibm-models: relax jsonlines dependency

parent af21e30a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -58,8 +58,9 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "transformers"
    "jsonlines"
    "numpy"
    "transformers"
  ];

  pythonImportsCheck = [