From 8aee606f630a3896c76d66405c992c0fcc14c657 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 3 Mar 2025 19:00:21 -0500 Subject: [PATCH] Fix compt entry --- Project.toml | 2 +- docs/Project.toml | 6 ++++++ examples/Project.toml | 5 +++++ test/Project.toml | 23 +++++++++++++++++++++++ 4 files changed, 35 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f36743c0..cf3035bf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BlockSparseArrays" uuid = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" authors = ["ITensor developers and contributors"] -version = "0.2.27" +version = "0.2.28" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/docs/Project.toml b/docs/Project.toml index 3e74e3ca..6dca2c9c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,3 +3,9 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" + +[compat] +BlockArrays = "1" +BlockSparseArrays = "0.2" +Documenter = "1" +Literate = "2" diff --git a/examples/Project.toml b/examples/Project.toml index 9dc39f49..48948bf1 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -2,3 +2,8 @@ BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" BlockSparseArrays = "2c9a651f-6452-4ace-a6ac-809f4280fbb4" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +BlockArrays = "1" +BlockSparseArrays = "0.2" +Test = "1" diff --git a/test/Project.toml b/test/Project.toml index a2173d86..4c93abdc 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,3 +20,26 @@ TensorAlgebra = "68bd88dc-f39d-4e12-b2ca-f046b68fcc6a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" TypeParameterAccessors = "7e5a90cf-f82e-492e-a09b-e3e26432c138" + +[compat] +Adapt = "4" +Aqua = "0.8" +ArrayLayouts = "1" +BlockArrays = "1" +BlockSparseArrays = "0.2" +DiagonalArrays = "0.2" +GPUArraysCore = "0.2" +GradedUnitRanges = "0.1" +JLArrays = "0.2" +LabelledNumbers = "0.1" +SafeTestsets = "0.1" +SparseArraysBase = "0.3" +Suppressor = "0.2" +SymmetrySectors = "0.1" +TensorAlgebra = "0.2" +TestExtras = "0.3" +TypeParameterAccessors = "0.3" +LinearAlgebra = "1" +Pkg = "1" +Random = "1" +Test = "1"