Skip to content

Commit

Permalink
Bump Optimization to v4, and related packages accordingly (#2327)
Browse files Browse the repository at this point in the history
Co-authored-by: CompatHelper Julia <[email protected]>
  • Loading branch information
mhauru and CompatHelper Julia authored Sep 25, 2024
1 parent 78d110a commit 1c98784
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ AdvancedPS = "0.6.0"
AdvancedVI = "0.2"
BangBang = "0.4"
Bijectors = "0.13.6"
Compat = "4.15.0"
DataStructures = "0.18"
Distributions = "0.23.3, 0.24, 0.25"
DistributionsAD = "0.6"
DocStringExtensions = "0.8, 0.9"
DynamicHMC = "3.4"
DynamicPPL = "0.28.2"
Compat = "4.15.0"
EllipticalSliceSampling = "0.5, 1, 2"
ForwardDiff = "0.10.3"
Libtask = "0.7, 0.8"
Expand All @@ -73,12 +73,12 @@ LogDensityProblems = "2"
LogDensityProblemsAD = "1.7.0"
MCMCChains = "5, 6"
NamedArrays = "0.9, 0.10"
Optimization = "3"
OptimizationOptimJL = "0.1, 0.2, 0.3"
Optim = "1"
Optimization = "3, 4"
OptimizationOptimJL = "0.1, 0.2, 0.3, 0.4"
OrderedCollections = "1"
Printf = "1"
Random = "1"
Optim = "1"
Reexport = "0.2, 1"
Requires = "0.5, 1.0"
SciMLBase = "1.92.1, 2"
Expand Down
8 changes: 4 additions & 4 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ LogDensityProblemsAD = "1.4"
MCMCChains = "5, 6"
NamedArrays = "0.9.4, 0.10"
Optim = "1"
Optimization = "3"
OptimizationBBO = "0.1, 0.2, 0.3"
OptimizationNLopt = "0.1, 0.2"
OptimizationOptimJL = "0.1, 0.2, 0.3"
Optimization = "3, 4"
OptimizationBBO = "0.1, 0.2, 0.3, 0.4"
OptimizationNLopt = "0.1, 0.2, 0.3"
OptimizationOptimJL = "0.1, 0.2, 0.3, 0.4"
PDMats = "0.10, 0.11"
Pkg = "1"
Random = "1"
Expand Down

0 comments on commit 1c98784

Please sign in to comment.