From d1ab88faa5bef50291f3caabd89f66979a86ac77 Mon Sep 17 00:00:00 2001 From: Arno Strouwen Date: Thu, 11 Jan 2024 17:09:56 +0100 Subject: [PATCH] up std lib bounds for downgrade CI --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 577d3858..b3207f6e 100644 --- a/Project.toml +++ b/Project.toml @@ -24,14 +24,14 @@ DifferentialEquations = "7" Distances = "0.10" Distributions = "0.24.5, 0.25" LIBSVM = "0.8" -LinearAlgebra = "1.9" +LinearAlgebra = "1.10" MLJLinearModels = "0.9.2" NNlib = "0.8.4, 0.9" Optim = "1" Random = "1" SafeTestsets = "0.1" -SparseArrays = "1.9" -Statistics = "1.9" +SparseArrays = "1.10" +Statistics = "1.10" Test = "1" julia = "1.6"