From 1a70987e80f8b28178fd623db98769312c5b3f26 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 13:01:22 -0500 Subject: [PATCH] CompatHelper: bump compat for VectorInterface to 0.5 for package NDTensors, (keep existing compat) (#1588) * CompatHelper: bump compat for VectorInterface to 0.5 for package NDTensors, (keep existing compat) * [NDTensors] Bump to v0.3.69 * [ITensors] Bump VectorInterface compat to v0.5, bump to v0.7.7 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Matt Fishman --- NDTensors/Project.toml | 4 ++-- Project.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NDTensors/Project.toml b/NDTensors/Project.toml index 80f68c17f0..fc53b50700 100644 --- a/NDTensors/Project.toml +++ b/NDTensors/Project.toml @@ -1,7 +1,7 @@ name = "NDTensors" uuid = "23ae76d9-e61a-49c4-8f12-3f1a16adf9cf" authors = ["Matthew Fishman "] -version = "0.3.68" +version = "0.3.69" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -89,7 +89,7 @@ StridedViews = "0.2.2, 0.3" TBLIS = "0.2" TimerOutputs = "0.5.5" TupleTools = "1.2.0" -VectorInterface = "0.4.2" +VectorInterface = "0.4.2, 0.5" cuTENSOR = "2" julia = "1.10" 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"