From 62c8401b39aafe6caf030dd3e1dd1d04649b13df Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 22 Aug 2026 01:27:05 +0000 Subject: [PATCH] CompatHelper: bump compat for ITensorBase to 0.13, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c7e20af..13da108 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ Combinatorics = "1" DataGraphs = "0.5" Dictionaries = "0.4.5" Graphs = "1.13.1" -ITensorBase = "0.14" +ITensorBase = "0.14, 0.13" LinearAlgebra = "1.10" MacroTools = "0.5.16" MatrixAlgebraKit = "0.6"