From d9587600941aee4f8b2e94488809ad663a9aa4f8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Aug 2026 01:29:00 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorBase to 0.13 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 530d71d..f667209 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -37,7 +37,7 @@ Adapt = "4" Aqua = "0.8.9" Combinatorics = "1" GradedArrays = "0.16" -ITensorBase = "0.14" +ITensorBase = "0.14, 0.13" ITensorPkgSkeleton = "0.3.42" JLArrays = "0.2, 0.3" LinearAlgebra = "1.10"