From 9941e50650498d3c4050acf08468f88f2923caaa Mon Sep 17 00:00:00 2001 From: Ben Corbett Date: Tue, 11 Jun 2024 12:34:42 -0700 Subject: [PATCH] Fixing some versioning issues. --- Project.toml | 4 ++-- test/runtests.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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