diff --git a/Project.toml b/Project.toml index 1f201a9..ad23326 100644 --- a/Project.toml +++ b/Project.toml @@ -14,9 +14,9 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] ITensorMPS = "0.1, 0.2" ITensors = "0.3, 0.4, 0.5, 0.6" -LinearAlgebra = "1.10" +LinearAlgebra = "1.9, 1.10" Memoize = "0.4" -SparseArrays = "1.10" +SparseArrays = "1.9, 1.10" TimerOutputs = "0.5" julia = "1.10" diff --git a/test/runtests.jl b/test/runtests.jl index 77689e9..9090bc5 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,6 +1,6 @@ using ITensorMPOConstruction -using ITensorMPS using ITensors +using ITensorMPS using Test function compare_MPOs(A::MPO, B::MPO; tol::Real=1e-7)::Nothing