From aa7bf28dc7c71f91c86b91373a55daadee137e49 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 1 May 2026 02:46:06 +0000 Subject: [PATCH] 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"