From 4fe0529576d4c2df5eda9900a8a1ea0345965f5c Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Thu, 4 Apr 2024 04:17:04 +0000 Subject: [PATCH] build: bump versions to get QA passing in Downgrade --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index d1508cbd11..3541fae004 100644 --- a/Project.toml +++ b/Project.toml @@ -42,7 +42,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" Adapt = "4" AdvancedHMC = "0.6.1" Aqua = "0.8" -ArrayInterface = "7.8" +ArrayInterface = "7.9" CUDA = "5.2" ChainRulesCore = "1.21" ComponentArrays = "0.15.8" @@ -55,7 +55,7 @@ DomainSets = "0.6, 0.7" Flux = "0.14.11" ForwardDiff = "0.10.36" Functors = "0.4.4" -Integrals = "4" +Integrals = "4.4" LineSearches = "7.2" LinearAlgebra = "1" LogDensityProblems = "2" @@ -63,7 +63,7 @@ Lux = "0.5.22" LuxCUDA = "0.3.2" MCMCChains = "6" MethodOfLines = "0.11" -ModelingToolkit = "9.7" +ModelingToolkit = "9.9" MonteCarloMeasurements = "1.1" Optim = "1.7.8" Optimization = "3.24" @@ -78,8 +78,8 @@ RuntimeGeneratedFunctions = "0.5.12" SafeTestsets = "0.1" SciMLBase = "2.28" Statistics = "1.10" -SymbolicUtils = "1.4" -Symbolics = "5.24" +SymbolicUtils = "1.5" +Symbolics = "5.27.1" Test = "1" UnPack = "1" Zygote = "0.6.69"