Skip to content

Commit

Permalink
Constrain to pytket 1.x. (#187)
Browse files Browse the repository at this point in the history
When we release pytket 2.0 the `ClassicalExpBox` and
`add_classicalexpbox_{bit,register}` will disappear. After that it
should be a simple matter to update the requirement to ">= 2.0.0" and
remove the handling of, and tests involving, `ClassicalExpBox` in this
repo.
  • Loading branch information
cqc-alec authored Jan 28, 2025
1 parent 57b7a20 commit 48475f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
packages=find_namespace_packages(include=["pytket.*"]),
include_package_data=True,
install_requires=[
"pytket >= 1.39.0",
"pytket >= 1.39.0, < 2",
"networkx >= 2.8.8",
],
classifiers=[
Expand Down

0 comments on commit 48475f5

Please sign in to comment.