Skip to content

Commit

Permalink
Merge branch 'main' into pgc_css
Browse files Browse the repository at this point in the history
  • Loading branch information
paaige authored Oct 9, 2023
2 parents fe590fc + 2ada0bc commit eadd864
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 12 deletions.
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.4.25
checks-superstaq~=0.4.26
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.4.25
qiskit-superstaq~=0.4.26
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.4.25
general-superstaq~=0.4.26
qubovert>=1.2.3
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cirq-superstaq[dev]~=0.4.25
cirq-superstaq[dev]~=0.4.26
ipywidgets>=8.0.0
nbsphinx>=0.9.0
qiskit-superstaq[dev]~=0.4.25
qiskit-superstaq[dev]~=0.4.26
sphinx-rtd-theme>=1.0.0
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.4.25
checks-superstaq~=0.4.26
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.4.25"
__version__ = "0.4.26"
29 changes: 29 additions & 0 deletions general-superstaq/general_superstaq/check/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
from checks_superstaq import ( # To be removed in version 0.5.0
__version__,
all_,
build_docs,
check_utils,
configs,
coverage_,
flake8_,
format_,
mypy_,
pylint_,
pytest_,
requirements,
)

__all__ = [
"__version__",
"all_",
"build_docs",
"check_utils",
"configs",
"coverage_",
"flake8_",
"format_",
"mypy_",
"pylint_",
"pytest_",
"requirements",
]
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.4.25
checks-superstaq~=0.4.26
2 changes: 1 addition & 1 deletion qiskit-superstaq/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
general-superstaq~=0.4.25
general-superstaq~=0.4.26
matplotlib~=3.0
qiskit>=0.43.3
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.4.25
checks-superstaq~=0.4.26
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.4.25
cirq-superstaq~=0.4.26
matplotlib<=3.5.2
qiskit-superstaq~=0.4.25
qiskit-superstaq~=0.4.26
scikit-learn>=1.0

0 comments on commit eadd864

Please sign in to comment.