Skip to content

Commit 14e240f

Browse files
committed
Narrow root MatrixAlgebraKit compat to match test
Root was aspirationally claiming `"0.6"` but test pins to `"0.6.0 - 0.6.4"` because MatrixAlgebraKit 0.6.5 has a JLArrays compat break (fixed on MatrixAlgebraKit main, not yet released). Tighten root to match reality until the fix is registered.
1 parent 0fad3e1 commit 14e240f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GPUArraysCore = "0.1, 0.2"
4141
LinearAlgebra = "1.10"
4242
MacroTools = "0.5.13"
4343
MapBroadcast = "0.1.5"
44-
MatrixAlgebraKit = "0.6"
44+
MatrixAlgebraKit = "0.6.0 - 0.6.4"
4545
SparseArraysBase = "0.9"
4646
SplitApplyCombine = "1.2.3"
4747
TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9"

0 commit comments

Comments
 (0)