From 7c530f3804518d67ed84c940447083be63e30d40 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 17 Apr 2026 02:59:56 +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"