From ffc0569c7eb717d86959830b10d5ac827545f054 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Mon, 20 Apr 2026 03:39:36 +0000 Subject: [PATCH] CompatHelper: bump compat for StridedViews to 0.5 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index fb5cdd0..c406cb2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -25,6 +25,6 @@ ITensorPkgSkeleton = "0.3.42" JLArrays = "0.3" LinearAlgebra = "1.10" SafeTestsets = "0.1" -StridedViews = "0.4" +StridedViews = "0.4, 0.5" Suppressor = "0.2" Test = "1.10"