Skip to content

Commit

Permalink
Move qiskit-aer and qiskit-ibm-runtime to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Oct 3, 2024
1 parent 28210dc commit fcba48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ dependencies = [
"numpy>=1.23.0",
"scipy>=1.5.2",
"rustworkx>=0.14.0",
"qiskit-aer>=0.14.0.1",
"qiskit>=1.1.0, <2.0",
"qiskit-ibm-runtime>=0.24.0",
]

[project.optional-dependencies]
Expand All @@ -46,6 +44,8 @@ basetest = [
test = [
"qiskit-addon-cutting[basetest]",
"ddt>=1.4.4",
"qiskit-aer>=0.14.0.1",
"qiskit-ibm-runtime>=0.24.0",
]
nbtest = [
"qiskit-addon-cutting[basetest]",
Expand Down

0 comments on commit fcba48f

Please sign in to comment.