diff --git a/Project.toml b/Project.toml index 5bfc542..13d23f4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" -version = "0.9.21" +version = "0.9.22" authors = ["ITensor developers and contributors"] [workspace] @@ -38,9 +38,9 @@ FunctionImplementations = "0.4" GPUArraysCore = "0.2" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" -NamedDimsArrays = "0.13, 0.14" +NamedDimsArrays = "0.13, 0.14, 0.15" Random = "1.10" SparseArrays = "1.10" -TensorAlgebra = "0.6.2, 0.7" +TensorAlgebra = "0.6.2, 0.7, 0.8" TypeParameterAccessors = "0.4.3" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 06d74fb..6069f83 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -31,12 +31,12 @@ FunctionImplementations = "0.4" ITensorPkgSkeleton = "0.3.42" JLArrays = "0.2, 0.3" LinearAlgebra = "<0.0.1, 1" -NamedDimsArrays = "0.13, 0.14" +NamedDimsArrays = "0.13, 0.14, 0.15" Random = "<0.0.1, 1" SafeTestsets = "0.1" SparseArrays = "1.10" SparseArraysBase = "0.9" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.6, 0.7" +TensorAlgebra = "0.6, 0.7, 0.8" Test = "<0.0.1, 1"