From fa8ec882fbafd01b3603e807bff1e698969c44ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:57:36 +0000 Subject: [PATCH] Update TensorKit requirement 0.17 in the all-julia-packages group Updates the requirements on [TensorKit](https://github.com/QuantumKitHub/TensorKit.jl) to permit the latest version. Updates `TensorKit` to 0.17.0 - [Release notes](https://github.com/QuantumKitHub/TensorKit.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorKit.jl/compare/v0.16.5...v0.17.0) --- updated-dependencies: - dependency-name: TensorKit dependency-version: 0.17.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 51adadf9d..c8e3622a9 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ OptimKit = "0.3.1, 0.4" Printf = "1" Random = "1" RecipesBase = "1.1" -TensorKit = "0.16.5" +TensorKit = "0.16.5, 0.17" TensorKitManifolds = "0.7, 0.8" TensorOperations = "5.5.1" TimerOutputs = "0.5.29"