Skip to content

Commit b48f197

Browse files
committed
remove LinearSolve dep
1 parent 99fc9c1 commit b48f197

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ FunctionWrappers = "1.1"
4545
Graphs = "1.11"
4646
KernelAbstractions = "0.9"
4747
LinearAlgebra = "1"
48-
LinearSolve = "2, 3"
4948
OrdinaryDiffEq = "6"
5049
Pkg = "1"
5150
PoissonRandom = "0.4"
@@ -80,4 +79,4 @@ StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
8079
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8180

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

test/variable_rate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using DiffEqBase, JumpProcesses, OrdinaryDiffEq, StochasticDiffEq, Test
2-
using Random, LinearSolve, Statistics
2+
using Random, Statistics
33
using StableRNGs, ADTypes
44
rng = StableRNG(12345)
55

0 commit comments

Comments
 (0)