From 95d3871b59db4122b5bdbe36c70448a62571024d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 28 Jun 2026 04:15:58 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.12 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 3900ce4..e1edb86 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -40,6 +40,6 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.11" +TensorAlgebra = "0.11, 0.12" TensorOperations = "5.3.1" Test = "1.10"