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

This commit is contained in:
Theodore Ni
2024-11-04 08:36:41 -08:00
committed by GitHub
@@ -38,7 +38,10 @@ buildPythonPackage rec {
typing-extensions
];
pythonRelaxDeps = [ "ipywidgets" ];
pythonRelaxDeps = [
"ipywidgets"
"lark"
];
nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [