Skip to content

Commit

Permalink
use qiskti 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Dec 11, 2024
1 parent d1ce833 commit dafaf6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.60.0"
__extension_version__ = "0.61.0"
__extension_name__ = "pytket-qiskit"
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

# Changelog

## 0.61.0 (December 2024)

- Restrict qiskit version to ~= 1.24. to avoid braking changes in 1.3.0

## 0.60.0 (November 2024)

- Fix an unhelpful warning message about implicit swaps when using optimisation level 2 with {py:class}`AerBackend`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
include_package_data=True,
install_requires=[
"pytket >= 1.35.0",
"qiskit >= 1.2.4",
"qiskit =~ 1.2.4",
"qiskit-ibm-runtime >= 0.30.0",
"qiskit-aer >= 0.15.1",
"numpy >= 1.26.4",
Expand Down

0 comments on commit dafaf6e

Please sign in to comment.