From a6463722845fa89dd3229b30409b6f7b54ef4f70 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 6 Feb 2025 00:25:45 +0000 Subject: [PATCH] CompatHelper: bump compat for ReactantCore to 0.1 for package ., (keep existing compat) --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index d2d512ee25..3a60ab0f92 100644 --- a/Project.toml +++ b/Project.toml @@ -36,8 +36,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" YaoBlocks = "418bc28f-b43b-5e0b-a6e7-61bbc1a2c1df" -[sources] -ReactantCore = {path = "lib/ReactantCore"} +[sources.ReactantCore] +path = "lib/ReactantCore" [extensions] ReactantAbstractFFTsExt = "AbstractFFTs" @@ -74,7 +74,7 @@ Preferences = "1.4" PythonCall = "0.9" Random = "1.10" Random123 = "1.7" -ReactantCore = "0.1.5" +ReactantCore = "0.1.5, 0.1" Reactant_jll = "0.0.60" Scratch = "1.2" Sockets = "1.10"