File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- __extension_version__ = "0.43 .0"
1
+ __extension_version__ = "0.44 .0"
2
2
__extension_name__ = "pytket-quantinuum"
Original file line number Diff line number Diff line change 4
4
5
5
# Changelog
6
6
7
- ## Unreleased
7
+ ## 0.44.0 (February 2025)
8
8
9
9
- Remove ` noise_specs ` from local-emulator backends.
10
+ - Updated pytket version requirement to 1.39.
11
+ - Updated pytket-qir version requirement to 0.20.
10
12
11
13
## 0.43.0 (January 2025)
12
14
Original file line number Diff line number Diff line change 45
45
packages = find_namespace_packages (include = ["pytket.*" ]),
46
46
include_package_data = True ,
47
47
install_requires = [
48
- "pytket >= 1.39 .0, < 2" ,
49
- "pytket-qir >= 0.17 , < 0.20 " ,
48
+ "pytket >= 1.40 .0, < 2" ,
49
+ "pytket-qir >= 0.20 , < 0.21 " ,
50
50
"requests >= 2.32.2" ,
51
51
"types-requests" ,
52
52
"websockets >= 13.1" ,
You can’t perform that action at this time.
0 commit comments