Skip to content

Commit

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

Please summarise the changes.

# Related issues

Please mention any github issues addressed by this PR.

# Checklist

- [ ] I have performed a self-review of my code.
- [ ] I have commented hard-to-understand parts of my code.
- [ ] I have made corresponding changes to the public API documentation.
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have updated the changelog with any user-facing changes.
  • Loading branch information
cqc-melf authored Jan 24, 2025
1 parent 228efd8 commit 52991f5
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.10.2 (unreleased)
-------------------

* Updated pytket version requirement to 1.39.

0.10.1 (December 2024)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.38.0",
"pytket >= 1.39.0",
"networkx >= 2.8.8",
],
classifiers=[
Expand Down

0 comments on commit 52991f5

Please sign in to comment.