From ba516db1ed84185fe0b7ae22b8f4799e810e7534 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 1 Apr 2025 12:51:18 -0400 Subject: [PATCH 1/2] Bump versions --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index b19d903..2ea9b6d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorVisualizationBase" uuid = "cd2553d2-8bef-4d93-8a38-c62f17d5ad23" authors = ["Matthew Fishman and contributors"] -version = "0.1.12" +version = "0.1.13" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -19,11 +19,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] AbstractTrees = "0.4" Compat = "3.40.0, 4" -GeometryBasics = "0.4.1" +GeometryBasics = "0.5" Graphs = "1.4.1" ITensorMPS = "0.3" -ITensors = "0.7" -MetaGraphs = "0.7.1" +ITensors = "0.9" +MetaGraphs = "0.8" NetworkLayout = "0.4.3" Statistics = "1.10" julia = "1.10" From fbe5c9479002720a8680354e33e4a6bbc3992bbc Mon Sep 17 00:00:00 2001 From: mtfishman Date: Tue, 1 Apr 2025 12:52:33 -0400 Subject: [PATCH 2/2] Bump compat entries --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2ea9b6d..e8b6a99 100644 --- a/Project.toml +++ b/Project.toml @@ -19,11 +19,11 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] AbstractTrees = "0.4" Compat = "3.40.0, 4" -GeometryBasics = "0.5" +GeometryBasics = "0.4.1, 0.5" Graphs = "1.4.1" ITensorMPS = "0.3" -ITensors = "0.9" -MetaGraphs = "0.8" +ITensors = "0.7, 0.8, 0.9" +MetaGraphs = "0.7.1, 0.8" NetworkLayout = "0.4.3" Statistics = "1.10" julia = "1.10"