Skip to content

Commit

Permalink
update memento version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin committed Apr 30, 2019
1 parent b682729 commit 6e15841
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ uuid = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
version = "0.8.10"

[[BinaryProvider]]
deps = ["Libdl", "Pkg", "SHA", "Test"]
git-tree-sha1 = "055eb2690182ebc31087859c3dd8598371d3ef9e"
deps = ["Libdl", "SHA"]
git-tree-sha1 = "c7361ce8a2129f20b0e05a89f7070820cfed6648"
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
version = "0.5.3"
version = "0.5.4"

[[Calculus]]
deps = ["Compat"]
Expand Down Expand Up @@ -76,10 +76,10 @@ uuid = "f6369f11-7733-5829-9624-2563aa707210"
version = "0.10.3"

[[InfrastructureModels]]
deps = ["Compat", "JuMP", "LinearAlgebra", "Memento", "Random", "Test"]
git-tree-sha1 = "7e123cb8dd591c6e5aa90885fbce41d34cc8ed0c"
deps = ["JuMP", "Memento"]
git-tree-sha1 = "6f8198d3088666e7638a58914dc3f3be8504b0cf"
uuid = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
version = "0.0.14"
version = "0.0.16"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ InfrastructureModels = "< 0.2"
Ipopt = ">= 0.4"
JuMP = "< 0.19"
Juniper = "< 0.4"
Memento = ">= 0.11"
Memento = "~0.10, ~0.11, ^0.12"
Pavito = "^0.1"
SCS = ">= 0.4"
julia = "^1"
Expand Down

0 comments on commit 6e15841

Please sign in to comment.