From 4441412cb713f926e1469236388b828ee94367cd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 30 Aug 2023 01:06:17 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorOperations to 4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7f20396..24f3520 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, 4" WhereTraits = "1" julia = "1.8"