From afb2c9ed92887b5d53e08d4accdb9707d0b52891 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 5 Feb 2025 01:46:01 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensors to 0.8, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 017e926..8d7e709 100644 --- a/Project.toml +++ b/Project.toml @@ -35,13 +35,13 @@ Distributions = "0.25" FLoops = "0.2" HDF5 = "0.17" ITensorMPS = "0.3" -ITensors = "0.7" +ITensors = "0.7, 0.8" Interpolations = "0.15" JSON3 = "1" OrdinaryDiffEq = "6" PackageCompiler = "2" -Printf = "1.10" PrecompileTools = "1" +Printf = "1.10" Reexport = "1" Statistics = "1" Unitful = "1"