From ff71eefa7a457f105a2fc31874ab34a973320b77 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 1 Jul 2026 02:38:12 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.14 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 58332f4..072129f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,5 +34,5 @@ SparseArrays = "1.10" SparseArraysBase = "0.10" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.11, 0.12, 0.13" +TensorAlgebra = "0.11, 0.12, 0.13, 0.14" Test = "<0.0.1, 1"