From 5d047438a06c8e649f49db0f1f7218a57e1e7c0f Mon Sep 17 00:00:00 2001 From: Stephanie Lee <72408904+stephanielee9@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:03:54 -0600 Subject: [PATCH] version bump to 0.5.9 (#899) Co-authored-by: Bharath Co-authored-by: Bharath Thotakura <113555655+bharat-thotakura@users.noreply.github.com> Co-authored-by: richrines1 <85512171+richrines1@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- cirq-superstaq/dev-requirements.txt | 2 +- cirq-superstaq/example-requirements.txt | 2 +- cirq-superstaq/requirements.txt | 2 +- docs/requirements.txt | 4 ++-- general-superstaq/dev-requirements.txt | 2 +- general-superstaq/general_superstaq/_version.py | 2 +- qiskit-superstaq/dev-requirements.txt | 2 +- qiskit-superstaq/requirements.txt | 2 +- supermarq-benchmarks/dev-requirements.txt | 2 +- supermarq-benchmarks/requirements.txt | 4 ++-- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd4138f66..df2efc15e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,10 +247,10 @@ jobs: include: - type: "qiskit-superstaq" pattern: "*_qss.ipynb qiskit-superstaq" - dependencies: "-e ./checks-superstaq -e ./general-superstaq -e ./qiskit-superstaq[examples] -e ./supermarq-benchmarks" + dependencies: "-e ./checks-superstaq -e ./general-superstaq -e ./qiskit-superstaq[examples] -e ./cirq-superstaq -e ./supermarq-benchmarks" - type: "cirq-superstaq" pattern: "*_css.ipynb cirq-superstaq" - dependencies: "-e ./checks-superstaq -e ./general-superstaq -e ./cirq-superstaq[examples] -e ./supermarq-benchmarks" + dependencies: "-e ./checks-superstaq -e ./general-superstaq -e ./qiskit-superstaq -e ./cirq-superstaq -e ./supermarq-benchmarks" name: Notebook check for ${{ matrix.type }} steps: - uses: actions/checkout@v3 diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index 430965287..b18025156 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.8 +checks-superstaq~=0.5.9 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index e14782de6..a937b7ea2 100644 --- a/cirq-superstaq/example-requirements.txt +++ b/cirq-superstaq/example-requirements.txt @@ -1,2 +1,2 @@ notebook>=6.5.5 -qiskit-superstaq~=0.5.8 +qiskit-superstaq~=0.5.9 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 233e633a6..7cff23401 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,2 +1,2 @@ cirq-core>=1.0.0 -general-superstaq~=0.5.8 +general-superstaq~=0.5.9 diff --git a/docs/requirements.txt b/docs/requirements.txt index d03c552cc..2da3cf840 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -cirq-superstaq[dev]~=0.5.8 -qiskit-superstaq[dev]~=0.5.8 +cirq-superstaq[dev]~=0.5.9 +qiskit-superstaq[dev]~=0.5.9 diff --git a/general-superstaq/dev-requirements.txt b/general-superstaq/dev-requirements.txt index b3bdc40d0..ae9a4130d 100644 --- a/general-superstaq/dev-requirements.txt +++ b/general-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.8 +checks-superstaq~=0.5.9 pyyaml>=6.0 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index fc0a8435a..40e294f71 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.5.8" +__version__ = "0.5.9" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index 430965287..b18025156 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.8 +checks-superstaq~=0.5.9 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index 7332e4c03..8910fa051 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,4 +1,4 @@ -general-superstaq~=0.5.8 +general-superstaq~=0.5.9 qiskit>=0.44.1 qiskit-ibm-provider>=0.7.2 symengine~=0.11.0 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index 430965287..b18025156 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.8 +checks-superstaq~=0.5.9 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 2c1b4264e..8b24644fe 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,3 +1,3 @@ -cirq-superstaq~=0.5.8 -qiskit-superstaq~=0.5.8 +cirq-superstaq~=0.5.9 +qiskit-superstaq~=0.5.9 scikit-learn>=1.0