Skip to content

Commit

Permalink
Merge branch 'develop' into docs/API_docs_edits_and_links
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ authored Feb 1, 2024
2 parents 9791c4d + e7a23f3 commit fa78c1f
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

* Make pytket-qir an automatic dependency.
* Update pytket-qir version requirement to 0.5.
* Update pytket_pecos version requirement to 0.1.14.

0.29.0 (January 2024)
---------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"pyjwt ~= 2.4",
"msal ~= 1.18",
],
extras_require={"pecos": ["pytket-pecos ~= 0.1.13"]},
extras_require={"pecos": ["pytket-pecos ~= 0.1.14"]},
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit fa78c1f

Please sign in to comment.