From a6c8a3570900bb4f9366bbb7f296d54210c2e18c Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 10 Dec 2024 01:13:24 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorTrains to 0.12, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 80350ff..3d77e87 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ SparseArrays = "1.8" Statistics = "1" StatsBase = "0.34" TensorCast = "0.4" -TensorTrains = "0.11" +TensorTrains = "0.11, 0.12" Tullio = "0.3" UnPack = "1" Unzip = "0.2"