Skip to content

Commit

Permalink
Merge pull request #190 from CQCL/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
cqc-melf authored Oct 17, 2023
2 parents 08f52bc + 4e5a073 commit b4ecb97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.44.0"
__extension_version__ = "0.45.0"
__extension_name__ = "pytket-qiskit"
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
~~~~~~~~~

0.45.0 (October 2023)
---------------------

Unreleased
----------

* Updated pytket version requirement to 1.21.
* Implement crosstalk noise model for AerBackend.
* Don't include ``SimplifyInitial`` in default passes; instead make it an option
to ``process_circuits()``.
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.19",
"pytket ~= 1.21",
"qiskit ~= 0.44.0",
"qiskit-ibm-runtime ~= 0.12.0",
"qiskit-aer ~= 0.12.2",
Expand Down

0 comments on commit b4ecb97

Please sign in to comment.