From e8323a6a0de3546d2b93db705ec88215a1c6bfde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 18:30:39 +0000 Subject: [PATCH] Update TensorKitManifolds requirement 0.8 Updates the requirements on [TensorKitManifolds](https://github.com/QuantumKitHub/TensorKitManifolds.jl) to permit the latest version. Updates `TensorKitManifolds` to 0.8.0 - [Release notes](https://github.com/QuantumKitHub/TensorKitManifolds.jl/releases) - [Commits](https://github.com/QuantumKitHub/TensorKitManifolds.jl/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: TensorKitManifolds dependency-version: 0.8.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 6335e5223..1d7884332 100644 --- a/Project.toml +++ b/Project.toml @@ -49,7 +49,7 @@ Printf = "1" Random = "1" RecipesBase = "1.1" TensorKit = "0.16.5" -TensorKitManifolds = "0.7" +TensorKitManifolds = "0.7, 0.8" TensorOperations = "5.5.1" VectorInterface = "0.2, 0.3, 0.4, 0.5" julia = "1.10"