Commit 11e63cd 1 parent 1e8bd80 commit 11e63cd Copy full SHA for 11e63cd
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- __extension_version__ = "0.58 .0"
1
+ __extension_version__ = "0.59 .0"
2
2
__extension_name__ = "pytket-qiskit"
Original file line number Diff line number Diff line change 4
4
5
5
# Changelog
6
6
7
- ## Unreleased
7
+ ## 0.59.0 (November 2024)
8
8
9
+ - Updated pytket version requirement to 1.34.0.
9
10
- Fix handling of non-default registers when selecting bits in results.
10
11
- Update default compilation to use ` Qiskit ` ` SabreLayoutPassManager ` as a ` CustomPass ` .
11
12
- Fix handling of non-default registers when selecting bits in results.
Original file line number Diff line number Diff line change 46
46
packages = find_namespace_packages (include = ["pytket.*" ]),
47
47
include_package_data = True ,
48
48
install_requires = [
49
- "pytket >= 1.33.1 " ,
49
+ "pytket >= 1.34.0 " ,
50
50
"qiskit >= 1.2.4" ,
51
51
"qiskit-ibm-runtime >= 0.30.0" ,
52
52
"qiskit-aer >= 0.15.1" ,
You can’t perform that action at this time.
0 commit comments