From 7730578f4eff9c4a18f241610a38c0f64767365c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 3 Jul 2026 03:40:18 +0000 Subject: [PATCH] CompatHelper: bump compat for VectorInterface to 0.6, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0412584..7787a73 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorBase" uuid = "4795dd04-0d67-49bb-8f44-b89c448a1dc7" -version = "0.10.8" +version = "0.10.9" authors = ["ITensor developers and contributors"] [workspace] @@ -60,6 +60,6 @@ TensorOperations = "5.3.1" TermInterface = "2" TupleTools = "1.6" UUIDs = "1.10" -VectorInterface = "0.5" +VectorInterface = "0.5, 0.6" WrappedUnions = "0.3" julia = "1.10"