We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717e2c4 commit 2dba929Copy full SHA for 2dba929
3 files changed
docs/changelog.md
@@ -4,6 +4,10 @@
4
5
# Changelog
6
7
+## 0.59.1 (May 2026)
8
+
9
+- Update pytket version requirement to 2.(17+).
10
11
## 0.59.0 (April 2026)
12
13
- Add `preserve_qubit_names` option to `QuantinuumBackendCompilationConfig`.
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
"Topic :: Scientific/Engineering",
27
]
28
dependencies = [
29
- "pytket ~= 2.16.0",
+ "pytket ~= 2.17",
30
"pytket-qir >= 1.0.0",
31
"numpy >= 1.26.4",
32
pytket/extensions/quantinuum/_metadata.py
@@ -1,2 +1,2 @@
1
-__extension_version__ = "0.59.0"
+__extension_version__ = "0.59.1"
2
__extension_name__ = "pytket-quantinuum"
0 commit comments