diff --git a/test/Project.toml b/test/Project.toml index 0807878..31ec007 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,8 +20,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" -[sources] -BlockSparseArrays = {path = ".."} +[sources.BlockSparseArrays] +path = ".." [compat] Adapt = "4" @@ -37,7 +37,7 @@ LinearAlgebra = "1" MatrixAlgebraKit = "0.6" Random = "1" SafeTestsets = "0.1" -SparseArraysBase = "0.8" +SparseArraysBase = "0.8, 0.9" StableRNGs = "1" Suppressor = "0.2" TensorAlgebra = "0.6"