From 086298b47f4288d74f84d7350df105ee0575679c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 28 Nov 2024 00:27:08 +0000 Subject: [PATCH] CompatHelper: add new compat entry for YaoBlocks in [weakdeps] at version 0.13, (keep existing compat) --- Project.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 170f0efe56..524be02d8e 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.25" 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" }