diff --git a/Project.toml b/Project.toml index e28bc99..c0b0823 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorMPS" uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.3.18" +version = "0.3.19" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -37,7 +37,7 @@ Compat = "4.16.0" HDF5 = "0.14, 0.15, 0.16, 0.17" ITensors = "0.8, 0.9" IsApprox = "2.0.0" -KrylovKit = "0.8.1, 0.9" +KrylovKit = "0.8.1, 0.9, 0.10" LinearAlgebra = "1.10" NDTensors = "0.4" Observers = "0.2" diff --git a/test/Project.toml b/test/Project.toml index d6fd7a4..9da34f4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -29,7 +29,7 @@ HDF5 = "0.17.2" ITensorMPS = "0.3.8" ITensors = "0.8.1, 0.9" JLD2 = "0.5.11" -KrylovKit = "0.9.5" +KrylovKit = "0.9.5, 0.10" LinearAlgebra = "1.10.0" NDTensors = "0.4.4" Observers = "0.2.5"