From c349b5f0d66a3e0e8208ac153dbdd478ee7dd14a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 10 Jul 2026 03:45:15 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorBase to 0.11 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"