From 227aa181ac7cfcdfcf1444f44ea605dee9d575a2 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Aug 2026 02:53:05 +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 a49dd6d..6211b73 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -44,6 +44,6 @@ SafeTestsets = "0.1" SparseArraysBase = "0.10.4" StableRNGs = "1" Suppressor = "0.2.8" -TensorAlgebra = "0.16, 0.17" +TensorAlgebra = "0.16, 0.17, 0.19" TensorKitSectors = "0.3" Test = "1.10"