Skip to content

Commit 7527328

Browse files
Update Project.toml
1 parent 9866bda commit 7527328

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Project.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinearSolve"
22
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33
authors = ["SciML"]
4-
version = "2.13.1"
4+
version = "2.14.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -67,7 +67,10 @@ EnzymeCore = "0.5, 0.6"
6767
FastLapackInterface = "1, 2"
6868
GPUArraysCore = "0.1"
6969
HYPRE = "1.4.0"
70+
InteractiveUtils = "1.6"
7071
IterativeSolvers = "0.9.3"
72+
Libdl = "1.6"
73+
LinearAlgebra = "1.6"
7174
KLU = "0.3.0, 0.4"
7275
KernelAbstractions = "0.9"
7376
Krylov = "0.9"
@@ -81,7 +84,9 @@ Requires = "1"
8184
SciMLBase = "1.82, 2"
8285
SciMLOperators = "0.2, 0.3"
8386
Setfield = "0.7, 0.8, 1"
87+
SparseArrays = "1.6"
8488
Sparspak = "0.3.6"
89+
SuiteSparse = "1.6"
8590
UnPack = "1"
8691
julia = "1.6"
8792

0 commit comments

Comments
 (0)