Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Oct 29, 2023
1 parent 9866bda commit 7527328
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"

Expand Down

0 comments on commit 7527328

Please sign in to comment.