From 53fc6a9858a6b3e795ed6e80825e1f687cee9ec5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 18 Apr 2024 00:40:11 +0000 Subject: [PATCH] CompatHelper: bump compat for DataGraphs to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ccd05f2f..702d842c 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ ITensorNetworksEinExprsExt = "EinExprs" AbstractTrees = "0.4.4" Combinatorics = "1" Compat = "3, 4" -DataGraphs = "0.1.7" +DataGraphs = "0.1.7, 0.2" DataStructures = "0.18" Dictionaries = "0.4" Distributions = "0.25.86"