Skip to content

Commit

Permalink
Update to pytket-pecos 0.1.29 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Jul 19, 2024
1 parent a11d960 commit 312128f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased

* Determine maximum classical register width from backend info.
* Permit numpy 2.
* Update pytket_pecos version requirement to 0.1.29.

0.36.0 (July 2024)
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"numpy >= 1.26.4",
],
extras_require={
"pecos": ["pytket-pecos ~= 0.1.28"],
"pecos": ["pytket-pecos ~= 0.1.29"],
"calendar": ["matplotlib >= 3.8.3,< 3.10.0", "pandas ~= 2.2.1"],
},
classifiers=[
Expand Down

0 comments on commit 312128f

Please sign in to comment.