From 66d6cfc92bd1fcbffcc0febee5dec56819bd17fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:22:07 +0100 Subject: [PATCH] CompatHelper: add new compat entry for YaoBlocks in [weakdeps] at version 0.13, (keep existing compat) (#312) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: CompatHelper Julia Co-authored-by: Sergio Sánchez Ramírez <15837247+mofeing@users.noreply.github.com> --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f0762b756..648784816 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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" }