From 52e06cf338fd76828029bf46e188a4a28292a051 Mon Sep 17 00:00:00 2001 From: Palash Goiporia <85507449+pgoiporia@users.noreply.github.com> Date: Tue, 12 Sep 2023 09:12:21 -0500 Subject: [PATCH] Update version to 0.4.20 (#751) --- cirq-superstaq/dev-requirements.txt | 2 +- cirq-superstaq/example-requirements.txt | 2 +- cirq-superstaq/requirements.txt | 2 +- docs/requirements.txt | 4 ++-- 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 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cirq-superstaq/dev-requirements.txt b/cirq-superstaq/dev-requirements.txt index e788f31ae..100d0c392 100644 --- a/cirq-superstaq/dev-requirements.txt +++ b/cirq-superstaq/dev-requirements.txt @@ -1 +1 @@ -general-superstaq[dev]~=0.4.19 +general-superstaq[dev]~=0.4.20 diff --git a/cirq-superstaq/example-requirements.txt b/cirq-superstaq/example-requirements.txt index 2112c5291..2eb1f8164 100644 --- a/cirq-superstaq/example-requirements.txt +++ b/cirq-superstaq/example-requirements.txt @@ -1,2 +1,2 @@ notebook~=6.4.12 -qiskit-superstaq~=0.4.19 +qiskit-superstaq~=0.4.20 diff --git a/cirq-superstaq/requirements.txt b/cirq-superstaq/requirements.txt index 085e6d338..2ca42ef6b 100644 --- a/cirq-superstaq/requirements.txt +++ b/cirq-superstaq/requirements.txt @@ -1,3 +1,3 @@ cirq>=1.0.0 -general-superstaq~=0.4.19 +general-superstaq~=0.4.20 qubovert>=1.2.3 diff --git a/docs/requirements.txt b/docs/requirements.txt index d7dc1227a..127353a17 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -cirq-superstaq[dev]~=0.4.19 +cirq-superstaq[dev]~=0.4.20 ipywidgets>=8.0.0 nbsphinx>=0.9.0 -qiskit-superstaq[dev]~=0.4.19 +qiskit-superstaq[dev]~=0.4.20 sphinx-rtd-theme>=1.0.0 supermarq[dev]~=0.4.11 diff --git a/general-superstaq/general_superstaq/_version.py b/general-superstaq/general_superstaq/_version.py index 8f584e622..b4ed79e09 100644 --- a/general-superstaq/general_superstaq/_version.py +++ b/general-superstaq/general_superstaq/_version.py @@ -1 +1 @@ -__version__ = "0.4.19" +__version__ = "0.4.20" diff --git a/qiskit-superstaq/dev-requirements.txt b/qiskit-superstaq/dev-requirements.txt index e788f31ae..100d0c392 100644 --- a/qiskit-superstaq/dev-requirements.txt +++ b/qiskit-superstaq/dev-requirements.txt @@ -1 +1 @@ -general-superstaq[dev]~=0.4.19 +general-superstaq[dev]~=0.4.20 diff --git a/qiskit-superstaq/requirements.txt b/qiskit-superstaq/requirements.txt index ae82542a4..c82cc8f6e 100644 --- a/qiskit-superstaq/requirements.txt +++ b/qiskit-superstaq/requirements.txt @@ -1,3 +1,3 @@ -general-superstaq~=0.4.19 +general-superstaq~=0.4.20 matplotlib~=3.0 qiskit>=0.43.3 diff --git a/supermarq-benchmarks/dev-requirements.txt b/supermarq-benchmarks/dev-requirements.txt index e788f31ae..100d0c392 100644 --- a/supermarq-benchmarks/dev-requirements.txt +++ b/supermarq-benchmarks/dev-requirements.txt @@ -1 +1 @@ -general-superstaq[dev]~=0.4.19 +general-superstaq[dev]~=0.4.20 diff --git a/supermarq-benchmarks/requirements.txt b/supermarq-benchmarks/requirements.txt index 8e8781273..f28bb420f 100644 --- a/supermarq-benchmarks/requirements.txt +++ b/supermarq-benchmarks/requirements.txt @@ -1,4 +1,4 @@ -cirq-superstaq~=0.4.19 +cirq-superstaq~=0.4.20 matplotlib<=3.5.2 -qiskit-superstaq~=0.4.19 +qiskit-superstaq~=0.4.20 scikit-learn>=1.0