From 3fd8d0b08f8230b8df632fe330877fb3a749c318 Mon Sep 17 00:00:00 2001 From: ArnoStrouwen Date: Thu, 28 Dec 2023 18:33:43 +0100 Subject: [PATCH] Julia 1.10 compat maintenance --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index b97bfaa0..df00fbe8 100644 --- a/Project.toml +++ b/Project.toml @@ -23,18 +23,18 @@ Flux = "0.13" ForwardDiff = "0.10.19" GLM = "1.5" IterativeSolvers = "0.9" -LinearAlgebra = "1.9" +LinearAlgebra = "1.10" PolyChaos = "0.2.5" Pkg = "1" QuadGK = "2.4" QuasiMonteCarlo = "0.3.1" SafeTestsets = "0.1" -SparseArrays = "1.9" -Statistics = "1.9" +SparseArrays = "1.10" +Statistics = "1.10" Test = "1" Tracker = "0.2.18" -Zygote = "0.6.36" -julia = "1.9" +Zygote = "0.6.62" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"