diff --git a/asv.conf.json b/asv.conf.json index 0dcff7ef52..70dd3b760e 100644 --- a/asv.conf.json +++ b/asv.conf.json @@ -4,7 +4,7 @@ "project_url": "https://qiskit.org", "repo": ".", "install_command": [ - "in-dir={env_dir} python -m pip install {wheel_file}[all] python-constraint" + "in-dir={env_dir} python -m pip install {wheel_file}[csp-layout-pass]" ], "uninstall_command": [ "return-code=any python -m pip uninstall -y qiskit qiskit-terra"