From ca06afcce9f03242d58379b13d83bb2e23161393 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 24 Jun 2026 04:03:33 +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 f5a28de..4d90557 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -39,6 +39,6 @@ MatrixAlgebraKit = "0.6" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9" +TensorAlgebra = "0.6.2, 0.7, 0.8, 0.9, 0.10" Test = "1.10" TestExtras = "0.3"