From 6c52cd3e2ddfeb3072c95b69cac5393905924f38 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 10 Dec 2025 01:26:51 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorKit to 0.16, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6fc2cf0d..eb4148e9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PEPSKit" uuid = "52969e89-939e-4361-9b68-9bc7cde4bdeb" -authors = ["Paul Brehmer", "Lander Burgelman", "Lukas Devos "] version = "0.7.0" +authors = ["Paul Brehmer", "Lander Burgelman", "Lukas Devos "] [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -43,7 +43,7 @@ Printf = "1" QuadGK = "2.11.1" Random = "1" Statistics = "1" -TensorKit = "0.15" +TensorKit = "0.15, 0.16" TensorOperations = "5" TestExtras = "0.3" VectorInterface = "0.4, 0.5"