Skip to content

Commit

Permalink
update deps to support jump v0.22 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin authored Nov 18, 2021
1 parent ff23372 commit 0bde83d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ InfrastructureModels.jl Change Log
### Staged
- nothing

### v0.6.2
- Add support for JuMP v0.22

### v0.6.1
- Use JuMP's `result_count` funciton in `build_result`
- Use JuMP's `solve_time` funciton in `optimize_model!`
Expand Down
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "InfrastructureModels"
uuid = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
authors = ["Carleton Coffrin"]
repo = "https://github.com/lanl-ansi/InfrastructureModels.jl"
version = "0.6.1"
version = "0.6.2"

[deps]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Expand All @@ -12,8 +12,8 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
[compat]
ECOS = ">= 0.11"
Ipopt = ">= 0.6"
JuMP = "~0.21.4"
MathOptInterface = "~0.9"
JuMP = "~0.21.4, ~0.22"
MathOptInterface = "~0.9, ~0.10"
Memento = "~1.0, ~1.1, ~1.2"
julia = "^1"

Expand Down

0 comments on commit 0bde83d

Please sign in to comment.