From 4547be5ecf9f63f033e049d202c2f881f34e6715 Mon Sep 17 00:00:00 2001 From: "Kevin P. O'Brien" Date: Thu, 22 Aug 2024 17:07:57 -0400 Subject: [PATCH] update Symbolics to 6 and set min Julia version to 1.9 --- .github/workflows/CI.yml | 1 - Project.toml | 18 +++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e9b5999..430bdf0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,7 +28,6 @@ jobs: version: - '1' - '1.9' - - '1.8' os: - ubuntu-latest - macos-latest diff --git a/Project.toml b/Project.toml index 11df8a6..5c4f64b 100644 --- a/Project.toml +++ b/Project.toml @@ -25,19 +25,19 @@ Documenter = "0.27,1" FFTW = "1" Graphs = "1" KLU = "0.4, 0.5, 0.6" -LinearAlgebra = "1.7" +LinearAlgebra = "1.9" OrderedCollections = "1" PrecompileTools = "1" -Printf = "1.7" -SparseArrays = "1.7" +Printf = "1.9" +SparseArrays = "1.9" SpecialFunctions = "2" -Statistics = "1.7" -SymbolicUtils = "1, 2" -Symbolics = "4, 5" -Test = "1.7" -UUIDs = "1.7" +Statistics = "1.9" +SymbolicUtils = "1, 2, 3" +Symbolics = "4, 5, 6" +Test = "1.9" +UUIDs = "1.9" XicTools_jll = "4" -julia = "1.7" +julia = "1.9" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"