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"