From 3f0c9bf8e710d6c14c6e97a7e8e216beb87aecab Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Aug 2026 01:28:16 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorBase to 0.13 for package examples, (keep existing compat) --- examples/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Project.toml b/examples/Project.toml index 4d45943..d66dc51 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -6,5 +6,5 @@ MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4" path = ".." [compat] -ITensorBase = "0.14" +ITensorBase = "0.14, 0.13" MatrixAlgebraKit = "0.2, 0.3, 0.4, 0.5, 0.6"