Skip to content

Commit a7637ce

Browse files
authored
Constrain to pytket 1.x. (#570)
1 parent 95f05a4 commit a7637ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
packages=find_namespace_packages(include=["pytket.*"]),
4646
include_package_data=True,
4747
install_requires=[
48-
"pytket >= 1.39.0",
48+
"pytket >= 1.39.0, < 2",
4949
"pytket-qir >= 0.17, < 0.20",
5050
"requests >= 2.32.2",
5151
"types-requests",

0 commit comments

Comments
 (0)