From 690c60e8e4214b7af61e17ca5daf444c0d2c33c0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 21 Aug 2026 01:20:11 +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 08c7d26..d2abaa1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -37,7 +37,7 @@ Random = "1.10" SafeTestsets = "0.1" StableRNGs = "1.0.2" Suppressor = "0.2" -TensorAlgebra = "0.20" +TensorAlgebra = "0.20, 0.19" TensorKit = "0.17" TensorOperations = "5.1.4" Test = "1.10"