Skip to content

Commit

Permalink
Fix project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanergun committed Aug 20, 2019
1 parent 0e61c74 commit b37b590
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "PowerModelsACDC"
name = "PowerModelsACDC"
uuid = "ff45984e-d068-5f4c-9e32-c4133509d236"
authors = "Hakan Ergun"
autors = "Hakan Ergun"
repo = "https://github.com/hakanergun/PowerModelsACDC.jl"
version = "0.0.0"
version = "0.1.0"

[deps]
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Expand All @@ -11,11 +11,11 @@ Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"

[compat]
Cbc = ">= 0.4.0"
Ipopt = ">= 0.4.0"
PowerModels = "~0.12.2"
SCS = ">= 0.4.0"
julia = ">= 1.1.1"
Cbc = " 0.4.0"
Ipopt = " 0.4.0"
PowerModels = "0.12.2"
SCS = " 0.4.0"
julia = " 1.1.0"

[extras]
Cbc = "9961bab8-2fa3-5c5a-9d89-47fab24efd76"
Expand Down
3 changes: 3 additions & 0 deletions gen_pr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ for arg in ARGS
project = Dict(
"name" => name,
"uuid" => uuid(name),
"autors" => "Hakan Ergun",
"repo" => "https://github.com/hakanergun/PowerModelsACDC.jl",
"version" => "0.1.0",
"deps" => Dict{String,String}(),
"compat" => Dict{String,String}(),
"extras" => Dict{String,String}(),
Expand Down

0 comments on commit b37b590

Please sign in to comment.