Skip to content

Commit

Permalink
version bump to 0.5.9 (#899)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath <[email protected]>
Co-authored-by: Bharath Thotakura <[email protected]>
Co-authored-by: richrines1 <[email protected]>
  • Loading branch information
4 people authored Feb 9, 2024
1 parent 72d5d93 commit 5d04743
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cirq-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.8
checks-superstaq~=0.5.9
2 changes: 1 addition & 1 deletion cirq-superstaq/example-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
notebook>=6.5.5
qiskit-superstaq~=0.5.8
qiskit-superstaq~=0.5.9
2 changes: 1 addition & 1 deletion cirq-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cirq-core>=1.0.0
general-superstaq~=0.5.8
general-superstaq~=0.5.9
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion general-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
checks-superstaq~=0.5.8
checks-superstaq~=0.5.9
pyyaml>=6.0
2 changes: 1 addition & 1 deletion general-superstaq/general_superstaq/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.8"
__version__ = "0.5.9"
2 changes: 1 addition & 1 deletion qiskit-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.8
checks-superstaq~=0.5.9
2 changes: 1 addition & 1 deletion qiskit-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion supermarq-benchmarks/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
checks-superstaq~=0.5.8
checks-superstaq~=0.5.9
4 changes: 2 additions & 2 deletions supermarq-benchmarks/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5d04743

Please sign in to comment.