Skip to content

Commit

Permalink
Update dependencies, release 0.58.0 (#399)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update changelog.rst

* Update setup.py

* Update _metadata.py
  • Loading branch information
cqc-melf authored Oct 9, 2024
1 parent ed2c782 commit ff76688
Show file tree
Hide file tree
Showing 3 changed files with 13 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.57.0"
__extension_version__ = "0.58.0"
__extension_name__ = "pytket-qiskit"
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changelog
~~~~~~~~~

0.58.0 (October 2024)
---------------------

* Updated pytket version requirement to 1.33.1.
* Require qiskit >= 1.2.4.
* Require qiskit-ibm-runtime >= 0.30.0.
* Require qiskit-aer >= 0.15.1.

0.57.0 (October 2024)
---------------------

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.33.0",
"qiskit >= 1.2.0",
"qiskit-ibm-runtime >= 0.24.1",
"qiskit-aer >= 0.14.2",
"pytket >= 1.33.1",
"qiskit >= 1.2.4",
"qiskit-ibm-runtime >= 0.30.0",
"qiskit-aer >= 0.15.1",
"numpy >= 1.26.4",
],
classifiers=[
Expand Down

0 comments on commit ff76688

Please sign in to comment.