Skip to content

Commit

Permalink
Avoid qiskit-1.3 (#2046)
Browse files Browse the repository at this point in the history
Looks like something changed in Qiskit v1.3 that breaks our interop.
Pinning to 1.2 while we investigate.
  • Loading branch information
swernli authored Dec 2, 2024
1 parent 178bd78 commit 83c3682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def run_ci_historic_benchmark():
"ipykernel",
"nbconvert",
"pandas",
"qiskit>=1.2.2,<2.0.0",
"qiskit>=1.2.2,<1.3.0",
]
subprocess.run(pip_install_args, check=True, text=True, cwd=root_dir, env=pip_env)

Expand Down
2 changes: 1 addition & 1 deletion pip/tests-integration/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==8.2.2
qiskit>=1.2.2,<2.0.0
qiskit>=1.2.2,<1.3.0
qirrunner==0.7.1
pyqir==0.10.2
qiskit-aer==0.14.2
Expand Down

0 comments on commit 83c3682

Please sign in to comment.