From d4587c577daa2aeaef5cee9103f98a675bd2dd32 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 04:17:54 +0000 Subject: [PATCH] CompatHelper: bump compat for DataGraphs to 0.3, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6a3e077b..64844327 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.15.26" +version = "0.15.27" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace] @@ -59,7 +59,7 @@ Adapt = "4" Combinatorics = "1" Compat = "3, 4" ConstructionBase = "1.6" -DataGraphs = "0.2.13" +DataGraphs = "0.2.13, 0.3" DataStructures = "0.18, 0.19" Dictionaries = "0.4" Distributions = "0.25.86"