diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dcb2d27..73046ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,6 @@ updates: - package-ecosystem: "julia" directories: - "/" - - "/docs" schedule: interval: "daily" groups: diff --git a/Project.toml b/Project.toml index 7fb6ee2..f86302c 100644 --- a/Project.toml +++ b/Project.toml @@ -15,12 +15,6 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" [extensions] SparseWithDenseRowColMatricesLinearSolveExt = "LinearSolve" -# PureKLU is not yet registered in General; resolve it from the SciML repo. `[sources]` -# is honored on Julia 1.11+; on 1.10 (and for registration) PureKLU must be added/registered -# separately — see the CI workflow and README. -[sources] -PureKLU = {url = "https://github.com/SciML/PureKLU.jl"} - [compat] Aqua = "0.8" ForwardDiff = "0.10, 1"