Commit 68ceef5b authored by Ben Darwin's avatar Ben Darwin
Browse files

python312Packages.pyzx: unbreak by relaxing `lark` dep version

parent eae1f319
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -38,7 +38,10 @@ buildPythonPackage rec {
    typing-extensions
  ];

  pythonRelaxDeps = [ "ipywidgets" ];
  pythonRelaxDeps = [
    "ipywidgets"
    "lark"
  ];

  nativeCheckInputs = [ pytestCheckHook ];
  disabledTestPaths = [