From dbdcaff80448606787037da76725923bcac95851 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 3 Dec 2025 01:22:55 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.6 for package test, (keep existing compat) --- test/Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 8d59748..0060f34 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,8 +16,8 @@ TensorProducts = "decf83d6-1968-43f4-96dc-fdb3fe15fc6d" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" -[sources] -GradedArrays = {path = ".."} +[sources.GradedArrays] +path = ".." [compat] Aqua = "0.8.11" @@ -31,7 +31,7 @@ SUNRepresentations = "0.3" SafeTestsets = "0.1" SparseArraysBase = "0.7" Suppressor = "0.2.8" -TensorAlgebra = "0.5" +TensorAlgebra = "0.5, 0.6" TensorKitSectors = "0.1, 0.2" TensorProducts = "0.1.3" Test = "1.10"