Skip to content

Commit

Permalink
Update to pytket 1.29 and pytket-pecos 0.1.28. (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jun 18, 2024
1 parent 1804600 commit 0d0e19b
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.29.
* Update pytket_pecos version requirement to 0.1.28.

0.34.1 (June 2024)
------------------

Expand Down
4 changes: 2 additions & 2 deletions 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.28",
"pytket >= 1.29.2, < 2",
"pytket-qir ~= 0.11.0",
"requests >= 2.2",
"types-requests",
Expand All @@ -53,7 +53,7 @@
"msal ~= 1.18",
],
extras_require={
"pecos": ["pytket-pecos ~= 0.1.27"],
"pecos": ["pytket-pecos ~= 0.1.28"],
"calendar": ["matplotlib >= 3.8.3,< 3.10.0", "pandas ~= 2.2.1"],
},
classifiers=[
Expand Down

0 comments on commit 0d0e19b

Please sign in to comment.