Skip to content

Commit

Permalink
Merge pull request #59 from JuliaML/compathelper/new_version/2023-10-…
Browse files Browse the repository at this point in the history
…29-00-29-29-095-02475847897

CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat)
  • Loading branch information
juliohm committed Oct 30, 2023
2 parents f46dbbe + 4d419db commit e029e17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Optim = "429524aa-4258-5aef-a3af-852621145aeb"

[extensions]
DensityRatioEstimationChainRulesCoreExt = "ChainRulesCore"
DensityRatioEstimationGPUArraysExt = "GPUArrays"
DensityRatioEstimationOptimExt = "Optim"
DensityRatioEstimationConvexExt = ["Convex", "ECOS"]
DensityRatioEstimationGPUArraysExt = "GPUArrays"
DensityRatioEstimationJuMPExt = ["JuMP", "Ipopt"]
DensityRatioEstimationOptimExt = "Optim"

[compat]
ChainRulesCore = "1"
Expand All @@ -35,6 +35,7 @@ Ipopt = "1"
JuMP = "1"
Optim = "1"
Parameters = "0.12"
Statistics = "1"
StatsBase = "0.33, 0.34"
julia = "1.9"

Expand Down

0 comments on commit e029e17

Please sign in to comment.