From 4089c90cc806d4f22e4ffb627f2798220b9543a2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 25 Nov 2025 01:20:33 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.5 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 2dd5acd..d563244 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -37,7 +37,7 @@ SafeTestsets = "0.1" SparseArraysBase = "0.7" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.3.2" +TensorAlgebra = "0.3.2, 0.5" Test = "1" TestExtras = "0.3" TypeParameterAccessors = "0.4"