diff --git a/Project.toml b/Project.toml index fcbaa25..391aacb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "FusionTensors" uuid = "e16ca583-1f51-4df0-8e12-57d32947d33e" authors = ["ITensor developers and contributors"] -version = "0.3.2" +version = "0.3.3" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -20,13 +20,13 @@ WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b" [compat] Accessors = "0.1.39" BlockArrays = "1.2.0" -BlockSparseArrays = "0.4.0" -GradedArrays = "0.2.1" +BlockSparseArrays = "0.5.0" +GradedArrays = "0.4.1" HalfIntegers = "1.6.0" LRUCache = "1.6.1" LinearAlgebra = "1.10.0" Strided = "2.2.0" -TensorAlgebra = "0.2.4" +TensorAlgebra = "0.3.0" TensorProducts = "0.1.3" TypeParameterAccessors = "0.3.0" WignerSymbols = "2.0.0" diff --git a/test/Project.toml b/test/Project.toml index f1f3e8d..7e95e13 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,12 +14,12 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] Aqua = "0.8.11" BlockArrays = "1.5.0" -BlockSparseArrays = "0.4.0" +BlockSparseArrays = "0.5.0" FusionTensors = "0.3.0" -GradedArrays = "0.2" +GradedArrays = "0.4.1" LinearAlgebra = "1.10.0" SafeTestsets = "0.1.0" Suppressor = "0.2.8" -TensorAlgebra = "0.2.7" +TensorAlgebra = "0.3.0" TensorProducts = "0.1.3" Test = "1.10.0"