From 43c03faabf32427a817a7e5447978ce79ca8b55e Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 18 Apr 2026 02:51:02 +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"