Skip to content

Commit

Permalink
Merge pull request #97 from kevinsung/ci-test
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
kevinsung authored Feb 27, 2024
2 parents 8c624e4 + 5731d22 commit a121c85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ requires-python = ">=3.8"
dependencies = [
"mapomatic==0.8.0",
"mthree==0.24",
"pylatexenc",
"qiskit-aer~=0.11",
"qiskit-aer==0.12",
"qiskit-experiments==0.5.2",
"qiskit-ibm-runtime",
"qiskit-ibmq-provider",
"qiskit-nature~=0.5",
"qiskit-terra==0.23",
"qiskit-ibm-runtime==0.9.3",
"qiskit-ibmq-provider==0.20.2",
"qiskit-nature==0.5",
"qiskit-terra==0.23.3",
"qiskit==0.42.1",
"qiskit_sphinx_theme~=1.16.0",
]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ commands =
sphinx-build -b html -W {posargs} docs/ docs/_build/html

[pytest]
addopts = --doctest-modules --ignore=docs/getting_started.ipynb
addopts = --doctest-modules --ignore=docs/getting_started.ipynb

0 comments on commit a121c85

Please sign in to comment.