From 8ae462fe726f360efebf4f0fd3c789665ddbd8a8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Aug 2026 02:51:07 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.19 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 03074f5..127077c 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -16,5 +16,5 @@ ITensorBase = "0.13" ITensorFormatter = "0.2.27" Literate = "2" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6" -TensorAlgebra = "0.18" +TensorAlgebra = "0.18, 0.19" Test = "1.10"