Skip to content

Commit

Permalink
Fixing some versioning issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Jun 11, 2024
1 parent 060f98f commit 9941e50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9941e50

Please sign in to comment.