python312Packages.pyzx: unbreak by relaxing lark dep version (#353478)
This commit is contained in:
@@ -38,7 +38,10 @@ buildPythonPackage rec {
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "ipywidgets" ];
|
||||
pythonRelaxDeps = [
|
||||
"ipywidgets"
|
||||
"lark"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
disabledTestPaths = [
|
||||
|
||||
Reference in New Issue
Block a user