Skip to content

Commit

Permalink
update pytket version (#131)
Browse files Browse the repository at this point in the history
* update pytket version

* update changelog
  • Loading branch information
cqc-melf authored Jan 24, 2025
1 parent d965c0a commit 125dfa0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
~~~~~~~~~

0.16.0 (unreleased)
-------------------

* Updated pytket version requirement to 1.39.

0.15.0 (October 2024)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket >= 1.33.0", "iqm-client ~= 15.2"],
install_requires=["pytket >= 1.39.0", "iqm-client ~= 15.2"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 125dfa0

Please sign in to comment.