From c7e001a0561dadb15c4a55a2a6fbf693578d4859 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 16 Jul 2024 00:52:18 +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 f9970ebd7..0d41b8544 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ Printf = "1" RecipesBase = "1.1" TensorKit = "0.12" TensorKitManifolds = "0.5, 0.6" -TensorOperations = "4" +TensorOperations = "4, 5" Transducers = "0.4" VectorInterface = "0.2, 0.3, 0.4" julia = "1.8"