Skip to content

Commit

Permalink
Update dependencies (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Dec 13, 2024
1 parent eb86744 commit 42cd71c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _metadata.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__extension_version__ = "0.41.0"
__extension_version__ = "0.42.0"
__extension_name__ = "pytket-quantinuum"
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

# Changelog

## 0.42.0 (December 2024)

- Updated pytket version requirement to 1.37.
- Updated pytket-pecos version requirement to 0.1.32.

## 0.41.0 (November 2024)

- Add optimisation level 3 that uses `GreedyPauliSimp`.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.35.0",
"pytket >= 1.37.0",
"pytket-qir >= 0.17, < 0.18",
"requests >= 2.32.2",
"types-requests",
Expand All @@ -56,7 +56,7 @@
"numpy >= 1.26.4",
],
extras_require={
"pecos": ["pytket-pecos ~= 0.1.31"],
"pecos": ["pytket-pecos ~= 0.1.32"],
"calendar": ["matplotlib >= 3.8.3,< 3.10.0", "pandas ~= 2.2.1"],
},
classifiers=[
Expand Down

0 comments on commit 42cd71c

Please sign in to comment.