From 07ee58e9d3c85f6895ada57d857ec2f045a8fc72 Mon Sep 17 00:00:00 2001 From: ArnoStrouwen Date: Thu, 28 Dec 2023 21:36:56 +0100 Subject: [PATCH] Julia 1.10 compat maintenance --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 3dc9d8a..2cd981c 100644 --- a/Project.toml +++ b/Project.toml @@ -21,16 +21,16 @@ ArrayInterface = "7.1" ForwardDiff = "0.10.13" GPUArraysCore = "0.1" GenericSchur = "0.5.3" -LinearAlgebra = "1.9" +LinearAlgebra = "1.10" Pkg = "1" PrecompileTools = "1" -Printf = "1.9" +Printf = "1.10" Random = "1" SafeTestsets = "0.1" -SparseArrays = "1.9" +SparseArrays = "1.10" StaticArrays = "1.2" Test = "1" -julia = "1.9" +julia = "1.10" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"