From c7d03524dd4dfea679da819cebb1baf3b56194b8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 16 Jul 2024 01:16:53 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorOperations to 5, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7f20396..e88921c 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,6 @@ PrettyTables = "2.2" SimpleTraits = "0.9" SimpleValueGraphs = "0.4" SimpleWeightedGraphs = "1.2" -TensorOperations = "3.2" +TensorOperations = "3.2, 5" WhereTraits = "1" julia = "1.8"