Skip to content

Commit

Permalink
version bump to 0.3.33 (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanielee9 authored Jun 22, 2023
1 parent 24ca260 commit 9ec498b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cirq-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
general-superstaq[dev]~=0.3.32
general-superstaq[dev]~=0.3.33
qiskit-terra~=0.24.0
symengine<0.10.0 # see https://github.com/Qiskit/qiskit-terra/pull/9857
2 changes: 1 addition & 1 deletion cirq-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cirq>=1.0.0
general-superstaq~=0.3.32
general-superstaq~=0.3.33
qubovert>=1.2.3
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cirq-superstaq~=0.3.32
general-superstaq~=0.3.32
cirq-superstaq~=0.3.33
general-superstaq~=0.3.33
ipython
ipywidgets
Jinja2<=3.1.2
matplotlib~=3.0
nbsphinx~=0.8.9
pylatexenc
qiskit-superstaq~=0.3.32
qiskit-superstaq~=0.3.33
scipy>=1.6.1
sphinx~=5.3.0
sphinx-rtd-theme~=1.0.0
Expand Down
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.3.32"
__version__ = "0.3.33"
2 changes: 1 addition & 1 deletion qiskit-superstaq/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
general-superstaq[dev]~=0.3.32
general-superstaq[dev]~=0.3.33
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.3.32
general-superstaq~=0.3.33
matplotlib~=3.0
qiskit>=0.40.0
symengine<0.10.0 # see https://github.com/Qiskit/qiskit-terra/pull/9857
2 changes: 1 addition & 1 deletion supermarq-benchmarks/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
general-superstaq[dev]~=0.3.32
general-superstaq[dev]~=0.3.33
4 changes: 2 additions & 2 deletions supermarq-benchmarks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cirq-superstaq~=0.3.32
cirq-superstaq~=0.3.33
matplotlib<=3.5.2
qiskit-superstaq~=0.3.32
qiskit-superstaq~=0.3.33
scikit-learn~=1.0 # supports python 3.7

0 comments on commit 9ec498b

Please sign in to comment.