From b1ad83cfad10e2dff74b2fdfb879fa00cafdcebd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 Aug 2025 00:55:14 +0000 Subject: [PATCH] CompatHelper: bump compat for BlockTensorKit to 0.2, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c619a3ed4..73f1d1c70 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ VectorInterface = "409d34a3-91d5-4945-b6ec-7529ddf182d8" [compat] Accessors = "0.1" Aqua = "0.8.9" -BlockTensorKit = "0.1.6" +BlockTensorKit = "0.1.6, 0.2" Combinatorics = "1" Compat = "3.47, 4.10" DocStringExtensions = "0.9.3"