Skip to content

Commit

Permalink
update deps to add Graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejuniper committed Dec 4, 2024
1 parent 404385f commit 0dfcd0c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
InfrastructureModels = "2030c09a-7f63-5d83-885d-db604e0e9cc0"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand All @@ -19,28 +20,26 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Memento = "f28f55f0-a522-5efc-85c2-fe41dfb9b2d9"
PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
# PowerModelsRestoration = "23adbb12-a187-11e9-26a2-eb4d4e6e68fb"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

# Ipopt, Juniper, MathOptInterface
[compat]
CSV = "~0.10"
Coverage = "~1.6"
DataFrames = "~1.7"
FFTW = "~1.8"
Ipopt = "~1.6"
Juniper = "~0.9"
MathOptInterface = "~1.31"
StatsBase = "~0.34"
LinearAlgebra = "~1.10, ~1.11"
SparseArrays = "~1.10, ~1.11"
Graphs = "1.12.0"
InfrastructureModels = "~0.7"
Ipopt = "~1.6"
JSON = "~0.21"
JuMP = "~1.9"
Juniper = "~0.9"
LinearAlgebra = "~1.10, ~1.11"
MathOptInterface = "~1.31"
Memento = "~1.0, ~1.1, ~1.2, ~1.3, ~1.4"
PowerModels = "~0.19"
# PowerModelsRestoration = "~0.7"
SparseArrays = "~1.10, ~1.11"
StatsBase = "~0.34"
julia = "~1.6, ~1.7, ~1.8, ~1.10, ~1.11"

[extras]
Expand Down

0 comments on commit 0dfcd0c

Please sign in to comment.