From d4bfae11e383334983eda930afcdb0caf75c1ee1 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Tue, 1 Apr 2025 12:54:37 -0400 Subject: [PATCH] Bump KrylovKit compat (#226) --- Project.toml | 4 ++-- test/Project.toml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index daec0556..4d5ec8ca 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.13.0" +version = "0.13.1" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -65,7 +65,7 @@ GraphsFlows = "0.1.1" ITensors = "0.7, 0.8" IsApprox = "0.1, 1, 2" IterTools = "1.4.0" -KrylovKit = "0.6, 0.7, 0.8" +KrylovKit = "0.6, 0.7, 0.8, 0.9" MacroTools = "0.5" NDTensors = "0.3, 0.4" NamedGraphs = "0.6.0" diff --git a/test/Project.toml b/test/Project.toml index 39a36dbb..14606d43 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,7 +12,6 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" GraphsFlows = "06909019-6f44-4949-96fc-b9d9aaa02889" ITensorMPS = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" ITensorNetworks = "2919e153-833c-4bdc-8836-1ea460a35fc7" -ITensorUnicodePlots = "73163f41-4a9e-479f-8353-73bf94dbd758" ITensors = "9136182c-28ba-11e9-034c-db9fb085ebd5" KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" @@ -46,7 +45,6 @@ Graphs = "1.12.0" GraphsFlows = "0.1.1" ITensorMPS = "0.3.6" ITensorNetworks = "0.13.0" -ITensorUnicodePlots = "0.1.6" ITensors = "0.7, 0.8, 0.9" KrylovKit = "0.8, 0.9" LinearAlgebra = "1.10.0"