Skip to content

Commit

Permalink
update pytket version to 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Mar 4, 2025
1 parent a6329af commit cae2097
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.39.0",
"pytket >= 2.0.1",
"pyquil >= 4.13.0",
"typing-extensions >= 4.12.2",
],
Expand Down

0 comments on commit cae2097

Please sign in to comment.