From 9413136b4e3b4b4215d031a9a4a781c26f06525d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 4 Aug 2026 02:55:20 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.18 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..4fe5e0c 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.18" TensorKitSectors = "0.3" Test = "1.10"