diff --git a/Project.toml b/Project.toml index 0da0de6a..c5811e1d 100644 --- a/Project.toml +++ b/Project.toml @@ -35,13 +35,13 @@ ChainRulesCore = "1.25.1" Compat = "4.16" DispatchDoctor = "0.4" Interfaces = "0.3" -LoopVectorization = "0.12" +LoopVectorization = "0.12.173" MacroTools = "0.5.16" Optim = "1, 2" NLSolversBase = "7, 8" PrecompileTools = "1.2.1" Reexport = "1.2.2" -SymbolicUtils = "4" +SymbolicUtils = "4.25.2" Zygote = "0.7" julia = "1.10" Random = "1" diff --git a/test/Project.toml b/test/Project.toml index e4b346d5..edbc1fcf 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -9,6 +9,7 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" Interfaces = "85a1e053-f937-4924-92a5-1367d23b7b87" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +LoweredCodeUtils = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b" LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" Optim = "429524aa-4258-5aef-a3af-852621145aeb" NLSolversBase = "d41bc354-129a-5804-8e4c-c37616107c6c" @@ -28,6 +29,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] Aqua = "0.8" JET = "0.9, 0.10" +LoweredCodeUtils = "2, 3.4 - 3.5.99" TestItems = "1" TestItemRunner = "1"