From 5039345b6571bafe79189e8d04caaf9fc0be4732 Mon Sep 17 00:00:00 2001 From: nati Date: Thu, 15 Aug 2024 16:35:05 -0500 Subject: [PATCH] version bump to 0.5.24 --- 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 ++-- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index 9ec715ea6..066310e96 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.23 +checks-superstaq~=0.5.24 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index b061dced0..0df17b0b6 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.23 +qiskit-superstaq~=0.5.24 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 72e2aa3e6..f2cdc8b05 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,2 +1,2 @@ cirq-core>=1.0.0 -general-superstaq~=0.5.23 +general-superstaq~=0.5.24 diff --git a/docs/requirements.txt b/docs/requirements.txt index f59658274..a7ca3df07 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -cirq-superstaq[dev]~=0.5.23 -qiskit-superstaq[dev]~=0.5.23 +cirq-superstaq[dev]~=0.5.24 +qiskit-superstaq[dev]~=0.5.24 diff --git a/general-superstaq/dev-requirements.txt b/general-superstaq/dev-requirements.txt index d9da7914c..b5c36a137 100644 --- a/general-superstaq/dev-requirements.txt +++ b/general-superstaq/dev-requirements.txt @@ -1,2 +1,2 @@ -checks-superstaq~=0.5.23 +checks-superstaq~=0.5.24 pyyaml>=6.0 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index 81c709a82..5a2ff99e2 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.5.23" +__version__ = "0.5.24" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index 9ec715ea6..066310e96 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.23 +checks-superstaq~=0.5.24 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index ddd5d0a54..47600b903 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,3 +1,3 @@ -general-superstaq~=0.5.23 +general-superstaq~=0.5.24 qiskit>=1.0.0 symengine~=0.11.0 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index 9ec715ea6..066310e96 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -checks-superstaq~=0.5.23 +checks-superstaq~=0.5.24 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 537f0e878..c3911cef9 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,4 +1,4 @@ -cirq-superstaq~=0.5.23 -qiskit-superstaq~=0.5.23 +cirq-superstaq~=0.5.24 +qiskit-superstaq~=0.5.24 scikit-learn>=1.0 seaborn>=0.13.2