Unverified Commit 4fe46b10 authored by Theodore Ni's avatar Theodore Ni Committed by GitHub
Browse files

python312Packages.pyzx: unbreak by relaxing `lark` dep version (#353478)

parents b8a2072d 68ceef5b
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 = [