From 2c7c948364044314bb7a8e188e4be964e46425b8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Aug 2026 01:30:23 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.20 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 4f0da76..8883863 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -44,7 +44,7 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1" Suppressor = "0.2" -TensorAlgebra = "0.18" +TensorAlgebra = "0.18, 0.20" TensorKit = "0.17" TensorKitSectors = "0.3.9" TermInterface = "2"