Skip to content

Commit 7400f70

Browse files
committed
add back LinSolve
1 parent 4e6bb38 commit 7400f70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ FunctionWrappers = "1.1"
4545
Graphs = "1.11"
4646
KernelAbstractions = "0.9"
4747
LinearAlgebra = "1"
48+
LinearSolve = "3"
4849
OrdinaryDiffEq = "6"
4950
Pkg = "1"
5051
PoissonRandom = "0.4"
@@ -69,6 +70,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
6970
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
7071
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
7172
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
73+
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
7274
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
7375
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
7476
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
@@ -78,4 +80,4 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
7880
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7981

8082
[targets]
81-
test = ["ADTypes", "Aqua", "ExplicitImports", "LinearAlgebra", "OrdinaryDiffEq", "Pkg", "SafeTestsets", "StableRNGs", "Statistics", "StochasticDiffEq", "Test", "FastBroadcast"]
83+
test = ["ADTypes", "Aqua", "ExplicitImports", "LinearAlgebra", "LinearSolve", "OrdinaryDiffEq", "Pkg", "SafeTestsets", "StableRNGs", "Statistics", "StochasticDiffEq", "Test", "FastBroadcast"]

0 commit comments

Comments
 (0)