Skip to content

Commit

Permalink
build: depend on release version of tket2-exts
Browse files Browse the repository at this point in the history
  • Loading branch information
qartik committed Feb 21, 2025
1 parent 4609ff0 commit 945a4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
"pydantic >=2.7.0b1,<3",
"typing-extensions >=4.9.0,<5",
"hugr >=0.10.3,<0.11",
"tket2-exts>=0.3.0,<0.4",
"tket2-exts>=0.4.0,<0.5",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -86,7 +86,7 @@ execute-llvm = { workspace = true }

# Uncomment these to test the latest dependency version during development
# hugr = { git = "https://github.com/CQCL/hugr", subdirectory = "hugr-py", rev = "e40b6c7" }
tket2-exts = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-exts", rev = "175a02d"}
# tket2-exts = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-exts", rev = "175a02d"}
# tket2 = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-py", rev = "eb7cc63"}


Expand Down

0 comments on commit 945a4aa

Please sign in to comment.