From 796663f6391a7c76a57a1c1e997237524bbde7a5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 3 Nov 2024 01:08:05 +0000 Subject: [PATCH] CompatHelper: bump compat for Tensorial to 0.18, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 483caba0..b68e916d 100644 --- a/Project.toml +++ b/Project.toml @@ -72,7 +72,7 @@ Rotations = "^1" StaticArrays = "^1" Statistics = "^1" TensorOperations = "^4, 5" -Tensorial = "0.16, 0.17" +Tensorial = "0.16, 0.17, 0.18" Tensors = "^1" Test = "^1" TestSetExtensions = "^3"