Skip to content

Commit

Permalink
Update REopt.jl to v0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Mar 18, 2024
1 parent 516ba4d commit d859798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions julia_src/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -841,11 +841,9 @@ uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"

[[deps.REopt]]
deps = ["ArchGDAL", "CSV", "CoolProp", "DataFrames", "Dates", "DelimitedFiles", "HTTP", "JLD", "JSON", "JuMP", "LinDistFlow", "LinearAlgebra", "Logging", "MathOptInterface", "Requires", "Roots", "Statistics", "TestEnv"]
git-tree-sha1 = "4e76a49a93204840c1dd783a982e612525b6330c"
repo-rev = "steamturb-simload"
repo-url = "https://github.com/NREL/REopt.jl.git"
git-tree-sha1 = "d7bdc0d314e0821a8904ba204265345aab1ee8bc"
uuid = "d36ad4e8-d74a-4f7a-ace1-eaea049febf6"
version = "0.42.0"
version = "0.43.0"

[[deps.Random]]
deps = ["SHA", "Serialization"]
Expand Down
2 changes: 1 addition & 1 deletion reoptjl/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def obj_create(self, bundle, **kwargs):
meta = {
"run_uuid": run_uuid,
"api_version": 3,
"reopt_version": "0.41.0",
"reopt_version": "0.43.0",
"status": "Validating..."
}
bundle.data.update({"APIMeta": meta})
Expand Down

0 comments on commit d859798

Please sign in to comment.