diff --git a/.github/workflows/IntegrationTest.yml b/.github/workflows/IntegrationTest.yml index 2e658d7..2ba0207 100644 --- a/.github/workflows/IntegrationTest.yml +++ b/.github/workflows/IntegrationTest.yml @@ -18,6 +18,9 @@ jobs: matrix: pkg: - 'BlockSparseArrays' + - 'FusionTensors' + - 'GradedArrays' + - 'ITensorNetworksNext' - 'KroneckerArrays' uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main" with: diff --git a/Project.toml b/Project.toml index f239211..68003a5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "DiagonalArrays" uuid = "74fd4be6-21e2-4f6f-823a-4360d37c7a77" authors = ["ITensor developers and contributors"] -version = "0.3.25" +version = "0.3.26" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -26,6 +26,6 @@ FillArrays = "1.13" LinearAlgebra = "1.10" MapBroadcast = "0.1.10" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -NamedDimsArrays = "0.10" +NamedDimsArrays = "0.10, 0.11" SparseArraysBase = "0.7.2" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index bc8a7a3..e3241d9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ FillArrays = "1" JLArrays = "0.3" LinearAlgebra = "1" MatrixAlgebraKit = "0.2.5, 0.3, 0.4, 0.5, 0.6" -NamedDimsArrays = "0.10" +NamedDimsArrays = "0.10, 0.11" SafeTestsets = "0.1" SparseArraysBase = "0.7.10" StableRNGs = "1"