Skip to content

Commit

Permalink
add compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenZhao44 committed Oct 23, 2023
1 parent 0a04160 commit b4937db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Expronicon = "0.10.3"
Graphs = "1"
MLStyle = "0.4"
Multigraphs = "0.3"
OMEinsum = "0.7"
YaoHIR = "0.2"
YaoLocations = "0.1"
julia = ">= 1.6"
julia = "1.9"

[extras]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand Down

2 comments on commit b4937db

@ChenZhao44
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

release via ion

@JuliaRegistrator register branch=master

Release notes:

Release Note

Add supports for ZXW-calculus and ZW-calculus.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/93971

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" b4937db235f5f64e050a79d1653109e01c02727b
git push origin v0.6.0

Please sign in to comment.