From 75273288fb5e969173e45ac65929c3666cbcc842 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 29 Oct 2023 10:47:55 -0400 Subject: [PATCH] Update Project.toml --- Project.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index bd50f7730..abee051db 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LinearSolve" uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" authors = ["SciML"] -version = "2.13.1" +version = "2.14.0" [deps] ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" @@ -67,7 +67,10 @@ EnzymeCore = "0.5, 0.6" FastLapackInterface = "1, 2" GPUArraysCore = "0.1" HYPRE = "1.4.0" +InteractiveUtils = "1.6" IterativeSolvers = "0.9.3" +Libdl = "1.6" +LinearAlgebra = "1.6" KLU = "0.3.0, 0.4" KernelAbstractions = "0.9" Krylov = "0.9" @@ -81,7 +84,9 @@ Requires = "1" SciMLBase = "1.82, 2" SciMLOperators = "0.2, 0.3" Setfield = "0.7, 0.8, 1" +SparseArrays = "1.6" Sparspak = "0.3.6" +SuiteSparse = "1.6" UnPack = "1" julia = "1.6"