Skip to content

Commit

Permalink
Add release-notes and pin qiskit version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm committed Dec 12, 2024
1 parent 4cbf45a commit b9a1d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions release-notes/unreleased/144.upgrade.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update Qiskit to v1.3.0.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qiskit~=1.0
qiskit~=1.3
backoff~=2.0
qiskit_ibm_runtime>=0.23.0
qiskit-qasm3-import~=0.4
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# putting multiple requirements on the same line will prevent qiskit-bot
# from correctly updating the versions for the qiskit packages.
requirements = [
"qiskit==1.2.4",
"qiskit~=1.3",
"backoff~=2.0",
"qiskit-qasm3-import~=0.4",
"requests~=2.0",
Expand Down

0 comments on commit b9a1d42

Please sign in to comment.