-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into target-aware-vf2-layout
- Loading branch information
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
upgrade: | ||
- | | ||
A new extra ``csp-layout-pass`` has been added to the install target for | ||
``pip install qiskit-terra``, and is also included in the ``all`` extra. | ||
This has no effect in Qiskit Terra 0.20, but starting from Qiskit Terra 0.21, | ||
the dependencies needed only for the :class:`.CSPLayout` transpiler pass will | ||
be downgraded from requirements to optionals, and installed by this extra. | ||
You can prepare a package that depends on this pass by setting its | ||
requirements (or ``pip install`` command) to target | ||
``qiskit-terra[csp-layout-pass]``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters