From 068b13c0c09f136d5825186309b7d7e901a6d133 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 29 Aug 2025 01:04:47 +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 f5a00ec63..4de8d6b6a 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"