Commit ff76688 1 parent ed2c782 commit ff76688 Copy full SHA for ff76688
File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- __extension_version__ = "0.57 .0"
1
+ __extension_version__ = "0.58 .0"
2
2
__extension_name__ = "pytket-qiskit"
Original file line number Diff line number Diff line change 3
3
Changelog
4
4
~~~~~~~~~
5
5
6
+ 0.58.0 (October 2024)
7
+ ---------------------
8
+
9
+ * Updated pytket version requirement to 1.33.1.
10
+ * Require qiskit >= 1.2.4.
11
+ * Require qiskit-ibm-runtime >= 0.30.0.
12
+ * Require qiskit-aer >= 0.15.1.
13
+
6
14
0.57.0 (October 2024)
7
15
---------------------
8
16
Original file line number Diff line number Diff line change 44
44
packages = find_namespace_packages (include = ["pytket.*" ]),
45
45
include_package_data = True ,
46
46
install_requires = [
47
- "pytket >= 1.33.0 " ,
48
- "qiskit >= 1.2.0 " ,
49
- "qiskit-ibm-runtime >= 0.24.1 " ,
50
- "qiskit-aer >= 0.14.2 " ,
47
+ "pytket >= 1.33.1 " ,
48
+ "qiskit >= 1.2.4 " ,
49
+ "qiskit-ibm-runtime >= 0.30.0 " ,
50
+ "qiskit-aer >= 0.15.1 " ,
51
51
"numpy >= 1.26.4" ,
52
52
],
53
53
classifiers = [
You can’t perform that action at this time.
0 commit comments