From bb5259aa417ea7f16bb376b643ff881d27c650b7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 16:50:13 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for ITensorMPS 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 e7f4395..ca11d6c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorVisualizationBase" uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23" -version = "0.1.17" +version = "0.1.18" authors = ["Matthew Fishman and contributors"] [workspace] @@ -24,7 +24,7 @@ AbstractTrees = "0.4" Compat = "3.40, 4" GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensors = "0.7, 0.8, 0.9" LinearAlgebra = "1.10" MetaGraphs = "0.7.1, 0.8, 0.9" From f55645c8d786ac6fc91fd7fb0daad644f05bf774 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 16:52:24 +0000 Subject: [PATCH 2/2] CompatHelper: bump compat for ITensorMPS to 0.4 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index d4a5312..7c11d98 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -17,7 +17,7 @@ path = ".." Aqua = "0.8.9" GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" -ITensorMPS = "0.3" +ITensorMPS = "0.3, 0.4" ITensorPkgSkeleton = "0.3.42" ITensorVisualizationBase = "0.1" ITensors = "0.7, 0.8, 0.9"