From 42fc62dbb8ac4527e377e755e7565912a700f83d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 25 Apr 2026 03:26:50 +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 fd58f706..97335fc2 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" -version = "0.18.1" +version = "0.18.2" authors = ["Matthew Fishman , Joseph Tindall and contributors"] [workspace] @@ -56,7 +56,7 @@ Combinatorics = "1" Compat = "3, 4" ConstructionBase = "1.6" DataGraphs = "0.2.13" -DataStructures = "0.18" +DataStructures = "0.18, 0.19" Dictionaries = "0.4" Distributions = "0.25.86" DocStringExtensions = "0.9"