Skip to content

Commit

Permalink
update to pytket 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Mar 4, 2025
1 parent 662fcfa commit 77f6575
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cd ${GITHUB_WORKSPACE}/tests
python -m pip install --pre -r test-requirements.txt

# update the pytket version to the lastest (pre) release
python -m pip install --upgrade --pre pytket~=1.0
python -m pip install --upgrade --pre pytket

pytest --doctest-modules

Expand Down
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.64.0 (unreleased)

- Update pytket version requirement to 2.0.1.

## 0.63.0 (January 2025)

- Support conversion of qiskit circuits containing `IfElseOp` in the {py:func}`qiskit_to_tk` converter. Note: Only conditions on a single bit are supported currently. Handling of more general conditions will be added in future.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.39.0",
"pytket >= 2.0.1",
"qiskit >= 1.3.1, < 2",
"qiskit-ibm-runtime >= 0.30.0",
"qiskit-aer >= 0.15.1",
Expand Down

0 comments on commit 77f6575

Please # to comment.