-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep for minor release. Fixes bug in NL expression in JuMP
- Loading branch information
1 parent
1a77248
commit 7451ba5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name = "GasModels" | |
uuid = "5e113713-6c35-5477-b766-e1109486666f" | ||
authors = ["Russell Bent <[email protected]>", "Kaarthik Sundar <[email protected]>", "David Fobes <[email protected]>"] | ||
repo = "https://github.com/lanl-ansi/GasModels.jl.git" | ||
version = "0.10.0" | ||
version = "0.10.1" | ||
|
||
[deps] | ||
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | ||
|
@@ -23,7 +23,7 @@ HiGHS = "~0.3, ~1" | |
InfrastructureModels = "~0.6, ~0.7" | ||
Ipopt = "~0.8, ~0.9, ~1" | ||
JSON = "~0.18, ~0.19, ~0.20, ~0.21" | ||
JuMP = "1.15" | ||
JuMP = "1.23.2" | ||
Juniper = ">= 0.4" | ||
Memento = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4" | ||
PolyhedralRelaxations = "~0.3" | ||
|