From 97e089351fb93112e77e9516dc44fb2de90448bd Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 27 Oct 2023 12:46:47 -0400 Subject: [PATCH] Bump ITensors compat to fix `directsum` issue --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c77ea83b..080d789e 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" [compat] Compat = "3, 4" HDF5 = "0.15, 0.16" -ITensors = "0.3.18" +ITensors = "0.3.48" Infinities = "0.1" IterTools = "1" KrylovKit = "0.5, 0.6"