11name = " LinearSolve"
22uuid = " 7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33authors = [" SciML" ]
4- version = " 2.22 .0"
4+ version = " 2.25 .0"
55
66[deps ]
77ArrayInterface = " 4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
@@ -22,7 +22,6 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
2222Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
2323RecursiveFactorization = " f2c3362d-daeb-58d1-803e-2bc74f2840b4"
2424Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
25- Requires = " ae029012-a4dd-5104-9daa-d747884805df"
2625SciMLBase = " 0bca4576-84f4-4d90-8ffe-ffa030f20462"
2726SciMLOperators = " c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2827Setfield = " efcf1570-3423-57d1-acb7-fd33fddbac46"
@@ -63,53 +62,53 @@ LinearSolveRecursiveArrayToolsExt = "RecursiveArrayTools"
6362[compat ]
6463AllocCheck = " 0.1"
6564Aqua = " 0.8"
66- ArrayInterface = " 7.4.11 "
67- BandedMatrices = " 1"
68- BlockDiagonals = " 0.1"
65+ ArrayInterface = " 7.7 "
66+ BandedMatrices = " 1.5 "
67+ BlockDiagonals = " 0.1.42 "
6968CUDA = " 5"
70- ConcreteStructs = " 0.2"
71- DocStringExtensions = " 0.9"
72- EnumX = " 1"
73- Enzyme = " 0.11"
74- EnzymeCore = " 0.6"
69+ ConcreteStructs = " 0.2.3 "
70+ DocStringExtensions = " 0.9.3 "
71+ EnumX = " 1.0.4 "
72+ Enzyme = " 0.11.15 "
73+ EnzymeCore = " 0.6.5 "
7574FastAlmostBandedMatrices = " 0.1"
7675FastLapackInterface = " 2"
77- FiniteDiff = " 2"
78- ForwardDiff = " 0.10"
79- GPUArraysCore = " 0.1"
76+ FiniteDiff = " 2.22 "
77+ ForwardDiff = " 0.10.36 "
78+ GPUArraysCore = " 0.1.6 "
8079HYPRE = " 1.4.0"
81- InteractiveUtils = " 1.6 "
80+ InteractiveUtils = " 1.10 "
8281IterativeSolvers = " 0.9.3"
83- JET = " 0.8"
84- KLU = " 0.3.0, 0.4 "
85- KernelAbstractions = " 0.9"
82+ JET = " 0.8.28 "
83+ KLU = " 0.5 "
84+ KernelAbstractions = " 0.9.16 "
8685Krylov = " 0.9"
8786KrylovKit = " 0.6"
88- Libdl = " 1.6 "
89- LinearAlgebra = " 1.9 "
87+ Libdl = " 1.10 "
88+ LinearAlgebra = " 1.10 "
9089MPI = " 0.20"
9190Metal = " 0.5"
9291MultiFloats = " 1"
9392Pardiso = " 0.5"
9493Pkg = " 1"
95- PrecompileTools = " 1"
96- Preferences = " 1"
94+ PrecompileTools = " 1.2 "
95+ Preferences = " 1.4 "
9796Random = " 1"
98- RecursiveArrayTools = " 2, 3 "
99- RecursiveFactorization = " 0.2.8 "
97+ RecursiveArrayTools = " 3.8 "
98+ RecursiveFactorization = " 0.2.14 "
10099Reexport = " 1"
101- Requires = " 1"
102100SafeTestsets = " 0.1"
103- SciMLBase = " 2"
104- SciMLOperators = " 0.3"
101+ SciMLBase = " 2.23.0 "
102+ SciMLOperators = " 0.3.7 "
105103Setfield = " 1"
106- SparseArrays = " 1.9 "
104+ SparseArrays = " 1.10 "
107105Sparspak = " 0.3.6"
108- StaticArrays = " 1"
109- StaticArraysCore = " 1"
106+ StableRNGs = " 1"
107+ StaticArrays = " 1.5"
108+ StaticArraysCore = " 1.4.2"
110109Test = " 1"
111110UnPack = " 1"
112- julia = " 1.9 "
111+ julia = " 1.10 "
113112
114113[extras ]
115114AllocCheck = " 9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
@@ -133,8 +132,9 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
133132Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
134133RecursiveArrayTools = " 731186ca-8d62-57ce-b412-fbd966d074cd"
135134SafeTestsets = " 1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
135+ StableRNGs = " 860ef19b-820b-49d6-a774-d7a799459cd3"
136136StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
137137Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
138138
139139[targets ]
140- test = [" Aqua" , " Test" , " IterativeSolvers" , " InteractiveUtils" , " JET" , " KrylovKit" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" , " BlockDiagonals" , " Enzyme" , " FiniteDiff" , " BandedMatrices" , " FastAlmostBandedMatrices" , " StaticArrays" , " AllocCheck" ]
140+ test = [" Aqua" , " Test" , " IterativeSolvers" , " InteractiveUtils" , " JET" , " KrylovKit" , " Pkg" , " Random" , " SafeTestsets" , " MultiFloats" , " ForwardDiff" , " HYPRE" , " MPI" , " BlockDiagonals" , " Enzyme" , " FiniteDiff" , " BandedMatrices" , " FastAlmostBandedMatrices" , " StaticArrays" , " AllocCheck" , " StableRNGs " ]
0 commit comments