From e1170148366555462a84159df930203eea244404 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 20 Dec 2024 01:12:01 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorKit to 0.14, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0c23577..3d28419 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6" MPSKit = "0.11" MacroTools = "0.5" PrecompileTools = "1" -TensorKit = "0.11, 0.12" +TensorKit = "0.11, 0.12, 0.14" TensorOperations = "4" TupleTools = "1" julia = "1.8"