Skip to content

Commit

Permalink
Merge pull request #215 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-melf authored Nov 24, 2023
2 parents 4db52a0 + 7f98cab commit efef033
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.45.0"
__extension_version__ = "0.46.0"
__extension_name__ = "pytket-qiskit"
5 changes: 3 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Changelog
~~~~~~~~~

unreleased
----------
0.46.0 (November 2023)
----------------------

* Updated pytket version requirement to 1.22.
* Add support for circuits with barriers in the Aer simulators.
* Update qiskit version to 0.45.0.
* Update qiskit-ibm-runtime version to 0.15.1.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.21",
"pytket ~= 1.22",
"qiskit ~= 0.45.0",
"qiskit-algorithms ~= 0.2.1",
"qiskit-ibm-runtime ~= 0.15.1",
Expand Down

0 comments on commit efef033

Please sign in to comment.