Skip to content

Commit b7e3535

Browse files
authored
Add compat for SparseArrays and LinearAlgebra (#612)
1 parent 8cfcac3 commit b7e3535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ InfiniteArrays = "0.13"
4141
Infinities = "0.1"
4242
IntervalSets = "0.5, 0.6, 0.7"
4343
LazyArrays = "0.20, 0.21, 0.22, 1"
44+
LinearAlgebra = "1.9"
4445
LowRankMatrices = "1"
46+
SparseArrays = "1.9"
4547
SpecialFunctions = "0.10, 1.0, 2"
4648
StaticArrays = "0.12, 1.0"
4749
Statistics = "1.9"

0 commit comments

Comments
 (0)