From 6e3ede03e3e4dadd8cba4834177795ea103a93d2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Dec 2025 01:01:45 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorBase in [weakdeps] to 0.4, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d638148..20ac32d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumOperatorDefinitions" uuid = "826dd319-6fd5-459a-a990-3a4f214664bf" +version = "0.2.12" authors = ["ITensor developers and contributors"] -version = "0.2.11" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -20,7 +20,7 @@ QuantumOperatorDefinitionsITensorBaseExt = ["ITensorBase", "GradedArrays", "Name [compat] BlockArrays = "1.3.0" GradedArrays = "0.5" -ITensorBase = "0.2, 0.3" +ITensorBase = "0.2, 0.3, 0.4" LinearAlgebra = "1.10" NamedDimsArrays = "0.7, 0.8" Random = "1.10"