From fd17ae42dc98486417b74478b477b094ace94cd0 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 10 Sep 2026 03:56:54 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorBase to 0.13 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 a7c34172..cf68fc0a 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -32,7 +32,7 @@ DataGraphs = "0.6" Dictionaries = "0.4.5" GradedArrays = "0.16" Graphs = "1.13.1" -ITensorBase = "0.14" +ITensorBase = "0.14, 0.13" ITensorNetworksNext = "0.11" ITensorPkgSkeleton = "0.3.42" MatrixAlgebraKit = "0.6"