From 74ccc0d16a85a2ff308f712d3c33572172985272 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Aug 2026 01:28:36 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorNetworksNext to 0.9 for package examples, (keep existing compat) --- examples/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Project.toml b/examples/Project.toml index 406118b..7c2c89d 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -5,4 +5,4 @@ ITensorNetworksNext = "302f2e75-49f0-4526-aef7-d8ba550cb06c" path = ".." [compat] -ITensorNetworksNext = "0.10" +ITensorNetworksNext = "0.10, 0.9"