Skip to content

Commit

Permalink
add compat for base packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bluejuniper committed Oct 15, 2024
1 parent 0ce3038 commit 7bc7322
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[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"
StatsBase = "~0.34"
LinearAlgebra = "~1.10"
SparseArrays = "~1.10"
InfrastructureModels = "~0.7"
JSON = "~0.21"
JuMP = "~1.9"
Expand Down

0 comments on commit 7bc7322

Please sign in to comment.