From d54397e0de46a1aec4c9a926de19bd9a507049f3 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Jul 2023 00:41:13 +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 1eaa7006..e27b2cf5 100644 --- a/Project.toml +++ b/Project.toml @@ -29,7 +29,7 @@ OptimKit = "0.3.1" RecipesBase = "1.1" TensorKit = "0.10" TensorKitManifolds = "0.5, 0.6" -TensorOperations = "3" +TensorOperations = "3, 4" Transducers = "0.4" julia = "1.6"