Skip to content

Commit

Permalink
Update pytket and qiskit-aer requirements (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Apr 2, 2024
1 parent 8000256 commit e47cd6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
~~~~~~~~~

Unreleased
----------

* Update pytket version requirement to 1.26.
* Update qiskit-aer version requirement to 0.14.

0.51.0 (March 2024)
-------------------

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket ~= 1.25",
"pytket ~= 1.26",
"qiskit ~= 1.0",
"qiskit-algorithms ~= 0.3.0",
"qiskit-ibm-runtime ~= 0.22.0",
"qiskit-aer ~= 0.13.3",
"qiskit-aer ~= 0.14.0",
"qiskit-ibm-provider ~= 0.10.0",
"numpy",
],
Expand Down

0 comments on commit e47cd6b

Please sign in to comment.