From eec2589dbecef8e28ff67a9a1720dc2d418a8420 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 21 Apr 2026 02:58:44 +0000 Subject: [PATCH] CompatHelper: bump compat for StridedViews in [weakdeps] to 0.5, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b35e4a0..f9a5bae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "FunctionImplementations" uuid = "7c7cc465-9c6a-495f-bdd1-f42428e86d0c" -version = "0.4.14" +version = "0.4.15" authors = ["ITensor developers and contributors"] [workspace] @@ -22,5 +22,5 @@ FunctionImplementationsStridedViewsExt = "StridedViews" BlockArrays = "1.4" FillArrays = "1.15" LinearAlgebra = "1.10" -StridedViews = "0.4.1" +StridedViews = "0.4.1, 0.5" julia = "1.10"