python312Packages.pyquil: refactor

This commit is contained in:
Fabian Affolter 2024-04-05 09:45:39 +02:00
parent a4ae3e6c20
commit cb953d955e
1 changed files with 5 additions and 2 deletions

View File

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