From 65f561cf2f5f4b0584db0c2e9c6932bdb935cb63 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Aug 2026 00:44:08 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.20 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 2b67354e..c59a1555 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -34,5 +34,5 @@ SparseArrays = "1.10" SparseArraysBase = "0.11" StableRNGs = "1.0.2" Suppressor = "0.2.8" -TensorAlgebra = "0.19" +TensorAlgebra = "0.19, 0.20" Test = "<0.0.1, 1"