Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Prep for minor release. Fixes bug in NL expression in JuMP
  • Loading branch information
kaarthiksundar authored Sep 25, 2024
1 parent 1a77248 commit 7451ba5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 7451ba5

Please sign in to comment.