Skip to content

Commit

Permalink
chore: update tket2-py to hugr-py 0.9 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
ss2165 authored Oct 15, 2024
1 parent 97df4c5 commit 740b3ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tket2-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

dependencies = [
'pytket >= 1.29.2, < 2',
'hugr >= 0.8.0, < 0.9',
'hugr >= 0.9.0, < 0.10',
'tket2_eccs >= 0.2.0, < 0.3',
]

Expand Down
3 changes: 2 additions & 1 deletion tket2-py/tket2/circuit/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
from typing import Iterable

from hugr import tys, ops
from hugr.ext import Package, Extension
from hugr.package import Package
from hugr.ext import Extension
from hugr.ops import ComWire, Command
from hugr.std.float import FLOAT_T
from hugr.build.tracked_dfg import TrackedDfg
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 740b3ec

Please sign in to comment.