Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ The IonQ Provider uses IonQ's REST API, and using the provider requires an API a

## Installation

> :information_source: **The Qiskit IonQ Provider requires** `qiskit-terra>=0.17.0`!
> :information_source: **The Qiskit IonQ Provider requires** `qiskit-terra>=0.17.4`!
>
> To ensure you are on the latest version, run:
>
> ```bash
> pip install -U "qiskit-terra>=0.17.0"
> pip install -U "qiskit-terra>=0.17.4"
> ```

You can install the provider using pip:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Installing the Qiskit IonQ Provider

.. NOTE::

**The Qiskit IonQ Provider requires** ``qiskit-terra>=0.17.0``!
**The Qiskit IonQ Provider requires** ``qiskit-terra>=0.17.4``!

To ensure you are on the latest version, run::

pip install -U "qiskit-terra>=0.17.0"
pip install -U "qiskit-terra>=0.17.4"


You can install the provider using pip::
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
qiskit-terra>=0.17.0
qiskit-terra>=0.17.4
requests>=2.24.0