From 4dd81966daff7fb4c51a05a1df937516b63f2568 Mon Sep 17 00:00:00 2001 From: stecrotti Date: Thu, 2 May 2024 17:51:42 +0200 Subject: [PATCH] require tensor trains v0.9.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2cc70c1d..1764e8f8 100644 --- a/Project.toml +++ b/Project.toml @@ -46,7 +46,7 @@ SparseArrays = "1.8" Statistics = "1" StatsBase = "0.34" TensorCast = "0.4" -TensorTrains = "0.9" +TensorTrains = "0.9.1" Tullio = "0.3" UnPack = "1" Unzip = "0.2"