Skip to content

Commit

Permalink
update to released hugr
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 committed Dec 16, 2024
1 parent eb41d50 commit aea2726
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 28 deletions.
25 changes: 15 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ pyo3 = "0.19.0"
serde_json = "1.0.111"
cargo_toml = "0.20.4"
thiserror = "2.0.6"
# hugr-llvm = "0.6.1"
hugr = "0.13.1"
hugr = "0.14.0"
hugr-cli = "0.14.0"
inkwell = "0.5.0"

[patch.crates-io]

# Uncomment these to test the latest dependency version during development
hugr = { git = "https://github.com/CQCL/hugr", rev = "861183e" }
hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "861183e" }
# hugr = { git = "https://github.com/CQCL/hugr", rev = "861183e" }
# hugr-cli = { git = "https://github.com/CQCL/hugr", rev = "861183e" }
# hugr-llvm = { git = "https://github.com/CQCL/hugr", rev = "1091755" }
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"networkx >=3.2.1,<4",
"pydantic >=2.7.0b1,<3",
"typing-extensions >=4.9.0,<5",
"hugr >=0.9.0,<0.10",
"hugr >=0.10.0,<0.11",
"tket2-exts>=0.2.0,<0.3",
]

Expand Down Expand Up @@ -66,7 +66,7 @@ test = [
"pytest-notebook >=0.10.0,<0.11",
"pytest-snapshot >=0.9.0,<1",
"ipykernel >=6.29.5,<7",
# "tket2>=0.5.0",
"tket2>=0.6.0",
]
llvm_integration = [
{ include-group = "test" },
Expand All @@ -83,11 +83,10 @@ members = ["execute_llvm"]
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 = "861183e" }
# tket2-exts = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-exts",
# branch = "ss/temp-exts"}
tket2-exts = { path = "../tket2proto/tket2-exts" }
# tket2 = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-py", rev = "9033daa" }
# hugr = { git = "https://github.com/CQCL/hugr", subdirectory = "hugr-py", rev = "861183e" }
# tket2-exts = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-exts", rev = "eb7cc63"}
tket2 = { git = "https://github.com/CQCL/tket2", subdirectory = "tket2-py", rev = "eb7cc63"}



[build-system]
Expand Down
40 changes: 34 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ publish = false
workspace = true

[dependencies]
hugr-cli = "0.13.1"
hugr-cli.workspace = true
cargo_toml.workspace = true
thiserror.workspace = true

0 comments on commit aea2726

Please sign in to comment.