From 189d9ad132c39cc0b0c865f0084f0d0088df5443 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 20 Dec 2025 01:25:33 +0000 Subject: [PATCH] CompatHelper: bump compat for TensorKit to 0.16, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 338a4f8..43264df 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ MPSKitModels = "0.4.4" MacroTools = "0.5.16" OhMyThreads = "0.8.3" Pkg = "1.12.0" -TensorKit = "0.15.2" +TensorKit = "0.15.2, 0.16" TensorKitManifolds = "0.7.3" VectorInterface = "0.5.0" julia = "1.6.7"