Skip to content

Commit

Permalink
update pytket version to 2.x (#135)
Browse files Browse the repository at this point in the history
* update pytket version to 2.x

* update changelog
  • Loading branch information
cqc-melf authored Mar 6, 2025
1 parent e255508 commit 49450b6
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~=2.0

pytest --doctest-modules

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
~~~~~~~~~

0.17.0 (unreleased)
-------------------

* Update pytket minimium version requirement to 2.0.1.

0.16.0 (February 2025)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
license="Apache 2",
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=["pytket >= 1.40.0", "iqm-client >= 20.15"],
install_requires=["pytket >= 2.0.1", "iqm-client >= 20.15"],
classifiers=[
"Environment :: Console",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 49450b6

Please sign in to comment.