From 27dafcc9aa46f4f1095f1e35691709bf11e59bd1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Aug 2026 02:52:37 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.19 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..6c392c2 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.19" TensorKit = "0.17" TensorKitSectors = "0.3.9" TermInterface = "2"