From a672f8bfe0290fa0308e03947f08bdaa3899ba6c Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Sat, 29 Jun 2024 11:24:43 +0000 Subject: [PATCH] build: bump Lux and LuxDeviceUtils --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 62b60f10ec..e1d6992975 100644 --- a/Project.toml +++ b/Project.toml @@ -46,24 +46,24 @@ AdvancedHMC = "0.6.1" Aqua = "0.8" ArrayInterface = "7.9" CUDA = "5.2" -ChainRulesCore = "1.21" -ComponentArrays = "0.15.8" +ChainRulesCore = "1.24" +ComponentArrays = "0.15.14" Cubature = "1.5" DiffEqNoiseProcess = "5.20" Distributions = "0.25.107" -DocStringExtensions = "0.9" +DocStringExtensions = "0.9.3" DomainSets = "0.6, 0.7" Flux = "0.14.11" ForwardDiff = "0.10.36" -Functors = "0.4.4" +Functors = "0.4.10" Integrals = "4.4" -KernelAbstractions = "0.9" +KernelAbstractions = "0.9.22" LineSearches = "7.2" LinearAlgebra = "1" LogDensityProblems = "2" -Lux = "0.5.22" +Lux = "0.5.57" LuxCUDA = "0.3.2" -LuxDeviceUtils = "0.1" +LuxDeviceUtils = "0.1.24" MCMCChains = "6" MethodOfLines = "0.11" ModelingToolkit = "9.9"