Skip to content

Commit ea18b6e

Browse files
committed
Add compat entries for stdlib dependencies
See https://discourse.julialang.org/t/psa-compat-requirements-in-the-general-registry-are-changing/104958 for why this is necessary
1 parent 374413f commit ea18b6e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,16 @@ Compat = "4.15.0"
6868
EllipticalSliceSampling = "0.5, 1, 2"
6969
ForwardDiff = "0.10.3"
7070
Libtask = "0.7, 0.8"
71+
LinearAlgebra = "1"
7172
LogDensityProblems = "2"
7273
LogDensityProblemsAD = "1.7.0"
7374
MCMCChains = "5, 6"
7475
NamedArrays = "0.9, 0.10"
7576
Optimization = "3"
7677
OptimizationOptimJL = "0.1, 0.2, 0.3"
7778
OrderedCollections = "1"
79+
Printf = "1"
80+
Random = "1"
7881
Optim = "1"
7982
Reexport = "0.2, 1"
8083
Requires = "0.5, 1.0"

test/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ DynamicPPL = "0.27"
4949
FiniteDifferences = "0.10.8, 0.11, 0.12"
5050
ForwardDiff = "0.10.12 - 0.10.32, 0.10"
5151
HypothesisTests = "0.11"
52+
LinearAlgebra = "1"
5253
LogDensityProblems = "2"
5354
LogDensityProblemsAD = "1.4"
5455
MCMCChains = "5, 6"
@@ -59,6 +60,8 @@ OptimizationBBO = "0.1, 0.2"
5960
OptimizationNLopt = "0.1, 0.2"
6061
OptimizationOptimJL = "0.1, 0.2, 0.3"
6162
PDMats = "0.10, 0.11"
63+
Pkg = "1"
64+
Random = "1"
6265
ReverseDiff = "1.4.2"
6366
SpecialFunctions = "0.10.3, 1, 2"
6467
StableRNGs = "1"

0 commit comments

Comments
 (0)