From 6c58b32b572fdfea3a4ca3041836eb8597c6eef6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 18 Feb 2026 00:47:51 +0000 Subject: [PATCH] CompatHelper: add new compat entry for FastTransforms at version 0.17 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..18ce67a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,15 +18,19 @@ 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" Documenter = "1.5.0" Enzyme = "0.13.48" ExplicitImports = "1.9.0" +FastTransforms = "0.17" Lux = "1" LuxCore = "1" LuxLib = "1.2"