Skip to content

Commit

Permalink
add packages to compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejuniper committed Oct 17, 2024
1 parent cc2cad0 commit 500e2fd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ PowerModels = "c36e90e8-916a-50a6-bd94-075b64ef4655"
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.6"
# Juniper = "~0.9.2"
# MathOptInterface = "~1.31.2"
Ipopt = "~1.6"
Juniper = "~0.9"
MathOptInterface = "~1.31"
StatsBase = "~0.34"
LinearAlgebra = "~1.10, ~1.11"
SparseArrays = "~1.10, ~1.11"
Expand Down

0 comments on commit 500e2fd

Please sign in to comment.