From 80cddfae106a256a548496259a6628a52157a4e7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jul 2026 02:57:10 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.16 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 a96e2b98..cb7cf820 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ SUNRepresentations = "0.3, 0.4" SafeTestsets = "0.1" SparseArraysBase = "0.10" Suppressor = "0.2.8" -TensorAlgebra = "0.15" +TensorAlgebra = "0.15, 0.16" TensorKitSectors = "0.3" Test = "1.10" TestExtras = "0.3.1"