From 22d9691af2476feaaae6b9490dab587c3c76d6cb Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 23 Dec 2025 01:01:48 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedDimsArrays in [weakdeps] to 0.10, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d638148..1c08c65 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" @@ -22,6 +22,6 @@ BlockArrays = "1.3.0" GradedArrays = "0.5" ITensorBase = "0.2, 0.3" LinearAlgebra = "1.10" -NamedDimsArrays = "0.7, 0.8" +NamedDimsArrays = "0.7, 0.8, 0.10" Random = "1.10" julia = "1.10"