python312Packages.pyzx: unbreak by relaxing lark dep version

This commit is contained in:
Ben Darwin
2024-11-03 14:46:12 -05:00
parent eae1f31968
commit 68ceef5b62
@@ -38,7 +38,10 @@ buildPythonPackage rec {
typing-extensions
];
pythonRelaxDeps = [ "ipywidgets" ];
pythonRelaxDeps = [
"ipywidgets"
"lark"
];
nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [