From fa3bd1c8e8d3da3061138201201df7b14e820a37 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 16 Jul 2024 01:03:33 +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 b5be59ea..16d103c1 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ Printf = "1" Random = "1" Statistics = "1" TensorKit = "0.12.5" -TensorOperations = "4" +TensorOperations = "4, 5" VectorInterface = "0.4" Zygote = "0.6" julia = "1.9"