Skip to content

Commit b7489fc

Browse files
committed
Remove SuiteSparse
1 parent aaaef4f commit b7489fc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
2828
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
2929
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
3030
Sparspak = "e56a9233-b9d6-4f03-8d0f-1825330902ac"
31-
SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
3231
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
3332

3433
[weakdeps]
@@ -88,7 +87,6 @@ SciMLOperators = "0.3"
8887
Setfield = "1"
8988
SparseArrays = "1.9"
9089
Sparspak = "0.3.6"
91-
SuiteSparse = "1.9"
9290
UnPack = "1"
9391
julia = "1.9"
9492

src/LinearSolve.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ PrecompileTools.@recompile_invalidations begin
1818
using SciMLOperators: AbstractSciMLOperator, IdentityOperator
1919
using Setfield
2020
using UnPack
21-
using SuiteSparse
2221
using KLU
2322
using Sparspak
2423
using FastLapackInterface

0 commit comments

Comments
 (0)