From 9255a1228f42ad87aa17bda08145626cbffc4682 Mon Sep 17 00:00:00 2001 From: VictorVanthilt Date: Mon, 13 Jul 2026 17:44:54 +0200 Subject: [PATCH] bump support for TensorKit --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 372515d7..22a1c17f 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ QuadGK = "2.11.2" Roots = "3.0.0" SpecialFunctions = "2.6.1" StableRNGs = "1.0.4" -TensorKit = "0.16.2" +TensorKit = "0.17" TensorKitSectors = "0.3.7" TensorKitTensors = "0.2.5" Zygote = "0.7.7"