From c153f3c2c4147d82c664a176b5f5324b6c4deecc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 28 Feb 2025 00:51:29 +0000 Subject: [PATCH] CompatHelper: bump compat for NamedDimsArrays in [weakdeps] to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 82de063..105d023 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "QuantumOperatorDefinitions" uuid = "826dd319-6fd5-459a-a990-3a4f214664bf" authors = ["ITensor developers and contributors"] -version = "0.1.7" +version = "0.1.8" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -25,7 +25,7 @@ GradedUnitRanges = "0.1.2" ITensorBase = "0.1.10" LabelledNumbers = "0.1.0" LinearAlgebra = "1.10" -NamedDimsArrays = "0.4.0" +NamedDimsArrays = "0.4.0, 0.5" Random = "1.10" SymmetrySectors = "0.1.3" julia = "1.10"