Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ DerivableInterfaces = "0.5.5"
FillArrays = "1.13.0"
LinearAlgebra = "1.10.0"
MapBroadcast = "0.1.10"
MatrixAlgebraKit = "0.2, 0.3, 0.4"
MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5"
SparseArraysBase = "0.7.2"
julia = "1.10"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DerivableInterfaces = "0.5"
DiagonalArrays = "0.3"
FillArrays = "1"
LinearAlgebra = "1"
MatrixAlgebraKit = "0.2.5, 0.3, 0.4"
MatrixAlgebraKit = "0.2.5, 0.3, 0.4, 0.5"
SafeTestsets = "0.1"
SparseArraysBase = "0.7"
StableRNGs = "1"
Expand Down
Loading