From e7baa9a0d463a08da64861c114e4390ad4b3dcb2 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Fri, 15 Nov 2024 08:02:24 -0500 Subject: [PATCH] [ITensors] Bump VectorInterface compat to v0.5, bump to v0.7.7 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9f8c267534..7fefd6a857 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensors" uuid = "9136182c-28ba-11e9-034c-db9fb085ebd5" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.7.6" +version = "0.7.7" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -60,7 +60,7 @@ StaticArrays = "0.12, 1.0" Strided = "1.1, 2" TimerOutputs = "0.5.5" TupleTools = "1.2" -VectorInterface = "0.4" +VectorInterface = "0.4, 0.5" Zeros = "0.3.0" ZygoteRules = "0.2.2" julia = "1.10"