python312Packages.pyquil: refactor

This commit is contained in:
Fabian Affolter 2024-04-05 09:45:39 +02:00
parent a4ae3e6c20
commit cb953d955e

View File

@ -47,12 +47,15 @@ buildPythonPackage rec {
"networkx" "networkx"
]; ];
nativeBuildInputs = [ build-system = [
poetry-core poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook pythonRelaxDepsHook
]; ];
propagatedBuildInputs = [ dependencies = [
deprecated deprecated
lark lark
matplotlib-inline matplotlib-inline