Skip to content

Commit

Permalink
CompatHelper: add new compat entry for YaoBlocks in [weakdeps] at ver…
Browse files Browse the repository at this point in the history
…sion 0.13, (keep existing compat) (#312)

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sergio Sánchez Ramírez <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent 7f4deb7 commit 66d6cfc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df"

[sources.ReactantCore]
path = "lib/ReactantCore"

[extensions]
ReactantAbstractFFTsExt = "AbstractFFTs"
ReactantArrayInterfaceExt = "ArrayInterface"
Expand All @@ -49,12 +52,10 @@ ReactantCore = "0.1.2"
Reactant_jll = "0.0.26"
Scratch = "1.2"
Statistics = "1.10"
YaoBlocks = "0.13"
julia = "1.10"

[extras]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"

[sources]
ReactantCore = { path = "lib/ReactantCore" }

0 comments on commit 66d6cfc

Please sign in to comment.