From 12aef428dc207adb685a89a5df3a5b76447cbff5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Jul 2026 03:58:39 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.16 for package docs, (keep existing compat) --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 05523cc..0fec409 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,5 +16,5 @@ ITensorBase = "0.10" ITensorFormatter = "0.2.27" Literate = "2" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -TensorAlgebra = "0.15" +TensorAlgebra = "0.15, 0.16" Test = "1.10"