From 816aec69a3fb532ea473a3f45e32d58af4c1eb55 Mon Sep 17 00:00:00 2001 From: Matthew Fishman Date: Fri, 10 Jul 2026 11:47:25 -0400 Subject: [PATCH] Bump ITensorBase compat to 0.11 Allow ITensorBase 0.11 alongside 0.10 in both the package and the test project, combining the two CompatHelper bumps so the two compat entries move together. --- Project.toml | 4 ++-- test/Project.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f4a681d..2af51ad 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ITensorNetworksNext" uuid = "302f2e75-49f0-4526-aef7-d8ba550cb06c" -version = "0.9.5" +version = "0.9.6" authors = ["ITensor developers and contributors"] [workspace] @@ -36,7 +36,7 @@ Combinatorics = "1" DataGraphs = "0.5" Dictionaries = "0.4.5" Graphs = "1.13.1" -ITensorBase = "0.10" +ITensorBase = "0.10, 0.11" LinearAlgebra = "1.10" MacroTools = "0.5.16" MatrixAlgebraKit = "0.6" diff --git a/test/Project.toml b/test/Project.toml index b04536b..0e5767a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ DataGraphs = "0.5" Dictionaries = "0.4.5" GradedArrays = "0.13.2" Graphs = "1.13.1" -ITensorBase = "0.10" +ITensorBase = "0.10, 0.11" ITensorNetworksNext = "0.9" ITensorPkgSkeleton = "0.3.42" MatrixAlgebraKit = "0.6"