From e5527200dc0bd26be6ae44d79276ba7480b15de9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jul 2026 04:00:05 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.16 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 53f626a..9c7b667 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -39,7 +39,7 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.15" +TensorAlgebra = "0.15, 0.16" TensorOperations = "5.3.1" TermInterface = "2" Test = "1.10"