From 4e66167c1b12800ac1612b67424a61496ff95136 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 01:06:31 +0000 Subject: [PATCH] CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index c3d97358..529d74bb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.13.12" +version = "0.13.13" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -54,7 +54,7 @@ Adapt = "4" Combinatorics = "1" Compat = "3, 4" DataGraphs = "0.2.3" -DataStructures = "0.18" +DataStructures = "0.18, 0.19" Dictionaries = "0.4" Distributions = "0.25.86" DocStringExtensions = "0.9"