From df7dc2d52bd3f1c296dbeec1e0028a5854f5dc1f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 13 Sep 2025 01:09:49 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.4 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..3f529c2 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.4" Test = "1" TestExtras = "0.3" TypeParameterAccessors = "0.4"