From c26e36fbe75c76c5c2c51f54631b205bf7d1615f Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Feb 2025 01:22:19 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensors to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 18c13ef..2ed95ec 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" Compat = "3, 4" HDF5 = "0.15, 0.16, 0.17" ITensorMPS = "0.3" -ITensors = "0.7" +ITensors = "0.7, 0.8" Infinities = "0.1" IterTools = "1" KrylovKit = "0.5, 0.6, 0.7, 0.8"