Skip to content

Commit

Permalink
Add compat entries for stdlib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Jun 6, 2024
1 parent 374413f commit ea18b6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@ Compat = "4.15.0"
EllipticalSliceSampling = "0.5, 1, 2"
ForwardDiff = "0.10.3"
Libtask = "0.7, 0.8"
LinearAlgebra = "1"
LogDensityProblems = "2"
LogDensityProblemsAD = "1.7.0"
MCMCChains = "5, 6"
NamedArrays = "0.9, 0.10"
Optimization = "3"
OptimizationOptimJL = "0.1, 0.2, 0.3"
OrderedCollections = "1"
Printf = "1"
Random = "1"
Optim = "1"
Reexport = "0.2, 1"
Requires = "0.5, 1.0"
Expand Down
3 changes: 3 additions & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ DynamicPPL = "0.27"
FiniteDifferences = "0.10.8, 0.11, 0.12"
ForwardDiff = "0.10.12 - 0.10.32, 0.10"
HypothesisTests = "0.11"
LinearAlgebra = "1"
LogDensityProblems = "2"
LogDensityProblemsAD = "1.4"
MCMCChains = "5, 6"
Expand All @@ -59,6 +60,8 @@ OptimizationBBO = "0.1, 0.2"
OptimizationNLopt = "0.1, 0.2"
OptimizationOptimJL = "0.1, 0.2, 0.3"
PDMats = "0.10, 0.11"
Pkg = "1"
Random = "1"
ReverseDiff = "1.4.2"
SpecialFunctions = "0.10.3, 1, 2"
StableRNGs = "1"
Expand Down

0 comments on commit ea18b6e

Please sign in to comment.