You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2023. It is now read-only.
<!--
⚠️ If you do not respect this template, your pull request will be
closed.
⚠️ Your pull request title should be short detailed and understandable
for all.
⚠️ Also, please add it in the CHANGELOG file under Unreleased section.
⚠️ If your pull request fixes an open issue, please link to the issue.
✅ I have added the tests to cover my changes.
✅ I have updated the documentation accordingly.
✅ I have read the CONTRIBUTING document.
-->
### Summary
After the Qiskit 0.44.0 release the qiskit-metapackage is only
installing qiskit-terra now. This commit updates the readme to reflect
this. Previously it was still referring to the other elements being
installed in the metapackage.
### Details and comments
Copy file name to clipboardExpand all lines: README.md
+2-26Lines changed: 2 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,32 +22,8 @@ build from source standalone versions of the individual Qiskit elements and comp
22
22
23
23
## Qiskit Packaging
24
24
25
-
The Qiskit project used to be made up of many components. However, in the future the Qiskit metapackage will only install [**Qiskit Terra**](https://github.com/Qiskit/qiskit-terra):
<td colspan="3" align="center">:warning: WARNING :warning:</br> <b>For the time being, two other packages are installed, but these components will be removed from the metapackage in a future release.</b></td>
The Qiskit project used to be made up of many components. However, it is now only comprised of the [**Qiskit Terra**](https://github.com/Qiskit/qiskit-terra)
26
+
project and the Qiskit meta-package contained in this repository only installs that.
0 commit comments