From 7a7da2df2537a21e07fd36a55b61cce5fb3c452a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Jul 2026 03:20:01 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorAlgebra to 0.17 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 796d3d1..b04536b 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" +TensorAlgebra = "0.16, 0.17" TensorOperations = "5.3.1" Test = "1.10"