File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change
1
+ .. currentmodule :: pytket.extensions.aqt
2
+
1
3
Changelog
2
4
~~~~~~~~~
3
5
4
- Unreleased
5
- ----------
6
+ 0.35.0 (October 2024)
7
+ ---------------------
6
8
9
+ * Updated pytket version requirement to 1.33.
7
10
* Add graph partition based routing for AQTMultiZoneBackend
8
11
9
12
0.34.0 (August 2024)
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pytket-aqt"
3
- version = " 0.34 .0"
3
+ version = " 0.35 .0"
4
4
description = " Extension for pytket, providing access to AQT backends"
5
5
authors = [
" TKET development team <[email protected] >" ]
6
6
license = " Apache 2"
@@ -27,7 +27,7 @@ classifiers= [
27
27
28
28
[tool .poetry .dependencies ]
29
29
python = " >=3.10,<3.13"
30
- pytket = " ^1.31 "
30
+ pytket = " ^1.33 "
31
31
requests = " ^2.22"
32
32
types-requests = " *"
33
33
pydantic = " ^2.0"
You can’t perform that action at this time.
0 commit comments