From 668e8c01760773ac9418e75d2d38eda2cafebb59 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jun 2026 04:16:41 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.10 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 cdeafdf0..7c2e0755 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -42,7 +42,7 @@ SafeTestsets = "0.1" SparseArraysBase = "0.9" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.6, 0.7, 0.8, 0.9" +TensorAlgebra = "0.6, 0.7, 0.8, 0.9, 0.10" Test = "1.10" TestExtras = "0.3" TypeParameterAccessors = "0.4"