Skip to content

Commit 2dba929

Browse files
authored
Loosen pytket version requirement and prepare for 0.59.1 release (#695)
1 parent 717e2c4 commit 2dba929

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# Changelog
66

7+
## 0.59.1 (May 2026)
8+
9+
- Update pytket version requirement to 2.(17+).
10+
711
## 0.59.0 (April 2026)
812

913
- Add `preserve_qubit_names` option to `QuantinuumBackendCompilationConfig`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Scientific/Engineering",
2727
]
2828
dependencies = [
29-
"pytket ~= 2.16.0",
29+
"pytket ~= 2.17",
3030
"pytket-qir >= 1.0.0",
3131
"numpy >= 1.26.4",
3232
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__extension_version__ = "0.59.0"
1+
__extension_version__ = "0.59.1"
22
__extension_name__ = "pytket-quantinuum"

0 commit comments

Comments
 (0)