From 1141767c0762a3dff356cf6c5b6302c7f3d54ffd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Feb 2026 00:47:49 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ComponentArrays at version 0.15 for package test, (keep existing compat) --- test/Project.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 5f960fa..33d4ecf 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,12 +18,16 @@ Reactant = "3c362404-f566-11ee-1572-e11a4b42c853" StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -NeuralOperators = {path = ".."} -Reactant = {url = "https://github.com/EnzymeAD/Reactant.jl", rev = "ap/fix_complex_fd"} +[sources.NeuralOperators] +path = ".." + +[sources.Reactant] +rev = "ap/fix_complex_fd" +url = "https://github.com/EnzymeAD/Reactant.jl" [compat] Aqua = "0.8.7" +ComponentArrays = "0.15" Documenter = "1.5.0" Enzyme = "0.13.48" ExplicitImports = "1.9.0"