From 5cd0aec0d8f3966a8c79cf2edc43aff9bad89e5d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 26 Oct 2025 23:49:20 +0100 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 7d78814..03bd738 100644 --- a/Project.toml +++ b/Project.toml @@ -35,6 +35,6 @@ SimpleTraits = "0.9" SimpleValueGraphs = "0.4" SimpleWeightedGraphs = "1.2" Statistics = "1" -TensorOperations = "4" +TensorOperations = "4, 5" WhereTraits = "1" julia = "1.8"