Skip to content

Commit

Permalink
Pin qiskit < 1.0 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Dec 13, 2023
1 parent 3d1268b commit 8ceb806
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
run: |
python -m pip install --upgrade pip tox
python -m pip install toml typer
python tools/extremal-python-dependencies.py add-dependency \
"qiskit-terra @ git+https://github.com/Qiskit/qiskit.git@stable/0.46" \
--inplace
python tools/extremal-python-dependencies.py pin-dependencies \
"qiskit @ git+https://github.com/Qiskit/qiskit.git@stable/0.46#subdirectory=qiskit_pkg" \
"qiskit-ibm-runtime @ git+https://github.com/Qiskit/qiskit-ibm-runtime.git" \
"qiskit-algorithms @ git+https://github.com/qiskit-community/qiskit-algorithms.git" \
--inplace
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Release](https://img.shields.io/pypi/v/circuit-knitting-toolbox.svg?label=Release)](https://github.com/Qiskit-Extensions/circuit-knitting-toolbox/releases)
![Platform](https://img.shields.io/badge/%F0%9F%92%BB%20Platform-Linux%20%7C%20macOS%20%7C%20Windows-informational)
[![Python](https://img.shields.io/pypi/pyversions/circuit-knitting-toolbox?label=Python&logo=python)](https://www.python.org/)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.44.1-6133BD?logo=qiskit)](https://github.com/Qiskit/qiskit)
[![Qiskit Nature](https://img.shields.io/badge/Qiskit%20Nature-%E2%89%A5%200.6.0-6133BD?logo=qiskit)](https://github.com/Qiskit/qiskit-nature)
[![Qiskit](https://img.shields.io/badge/Qiskit-%E2%89%A5%200.44.1%2C%20%3C1.0-6133BD?logo=qiskit)](https://github.com/Qiskit/qiskit)
[![Qiskit Nature](https://img.shields.io/badge/Qiskit%20Nature-%E2%89%A5%200.6.0%2C%20%3C0.7-6133BD?logo=qiskit)](https://github.com/Qiskit/qiskit-nature)
<br />
[![Docs (stable)](https://img.shields.io/badge/%F0%9F%93%84%20Docs-stable-blue.svg)](https://qiskit-extensions.github.io/circuit-knitting-toolbox/)
[![DOI](https://zenodo.org/badge/543181258.svg)](https://zenodo.org/badge/latestdoi/543181258)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"scipy>=1.5.2",
"rustworkx>=0.13.0",
"qiskit-aer>=0.12.0",
"qiskit>=0.44.1",
"qiskit>=0.44.1, <1.0",
"qiskit-algorithms>=0.2.1",
"qiskit-nature>=0.6.0, <0.7",
"qiskit-ibm-runtime>=0.12.2",
Expand Down
3 changes: 3 additions & 0 deletions releasenotes/notes/qiskit-0.44-required-5eec7abe45b88ecc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ upgrade:
- |
The minimum supported version of ``qiskit`` is now 0.44.1, and the
minimum supported version of ``qiskit-ibm-runtime`` is now 0.12.2.
CKT also now explicitly requires a version of ``qiskit`` less than
1.0, as there is no guarantee that the current version of CKT will
work with Qiskit 1.0.

0 comments on commit 8ceb806

Please sign in to comment.