From 197280811effc3d39347675d11d534abd2e49e6a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 22 Feb 2024 01:11:09 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ITensors at version 0.3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index caf50c6..00265b6 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] +ITensors = "0.3" julia = "1.10" [extras]