diff --git a/Project.toml b/Project.toml index 69ec87f..3a36e8e 100644 --- a/Project.toml +++ b/Project.toml @@ -32,9 +32,9 @@ FillArrays = "1.13.0" GradedUnitRanges = "0.1.4" LinearAlgebra = "1.10" MapBroadcast = "0.1.5" -NamedDimsArrays = "0.5.0" -SparseArraysBase = "0.4" +NamedDimsArrays = "0.5" +SparseArraysBase = "0.5" UnallocatedArrays = "0.1.1" UnspecifiedTypes = "0.1.1" -VectorInterface = "0.5.0" +VectorInterface = "0.5" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index a1b3352..436dfd9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -22,7 +22,7 @@ GradedUnitRanges = "0.1" ITensorBase = "0.1" NamedDimsArrays = "0.5" SafeTestsets = "0.1" -SparseArraysBase = "0.4" +SparseArraysBase = "0.5" Suppressor = "0.2" SymmetrySectors = "0.1" Test = "1.10"