Skip to content

Commit c781586

Browse files
fhagemannoschulz
authored andcommitted
Manually set lower bounds on direct deps
1 parent d260b69 commit c781586

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Project.toml

+30-30
Original file line numberDiff line numberDiff line change
@@ -90,54 +90,54 @@ BATPlotsExt = "Plots"
9090
BATUltraNestExt = "UltraNest"
9191

9292
[compat]
93-
ADTypes = "0.1, 0.2, 1"
93+
ADTypes = "0.2, 1"
9494
Accessors = "0.1"
9595
Adapt = "3, 4"
9696
AdvancedHMC = "0.5, 0.6"
9797
AffineMaps = "0.2.3, 0.3"
98-
ArgCheck = "1, 2.0"
99-
ArraysOfArrays = "0.4, 0.5, 0.6"
98+
ArgCheck = "1, 2"
99+
ArraysOfArrays = "0.5, 0.6"
100100
AutoDiffOperators = "0.2.1"
101-
ChainRulesCore = "0.9.44, 0.10, 1"
102-
ChangesOfVariables = "0.1.1"
103-
Clustering = "0.13, 0.14, 0.15"
104-
Colors = "0.9,0.10,0.11, 0.12, 0.13"
101+
ChainRulesCore = "1"
102+
ChangesOfVariables = "0.1.3"
103+
Clustering = "0.14, 0.15"
104+
Colors = "0.12.6, 0.13"
105105
Cuba = "2"
106106
Dates = "1"
107107
DensityInterface = "0.4"
108-
DiffResults = "1"
108+
DiffResults = "1.0.1"
109109
Distributed = "1"
110-
Distributions = "0.25"
111-
DistributionsAD = "0.5, 0.6"
110+
Distributions = "0.25.57"
111+
DistributionsAD = "0.6.39"
112112
DocStringExtensions = "0.8, 0.9"
113-
DomainSets = "0.5, 0.6, 0.7"
114-
DoubleFloats = "0.9, 1"
115-
ElasticArrays = "1.2.3"
116-
EmpiricalDistributions = "0.2, 0.3.1"
117-
FFTW = "1"
113+
DomainSets = "0.5.11, 0.6, 0.7"
114+
DoubleFloats = "1.1.25"
115+
ElasticArrays = "1.2.5"
116+
EmpiricalDistributions = "0.3.4"
117+
FFTW = "1.3"
118118
FillArrays = "0.13, 1.1.1"
119119
Folds = "0.2"
120-
ForwardDiff = "0.10"
121-
ForwardDiffPullbacks = "0.1.1, 0.2"
120+
ForwardDiff = "0.10.24"
121+
ForwardDiffPullbacks = "0.1.4, 0.2"
122122
FunctionChains = "0.1.4"
123123
Functors = "0.2, 0.3, 0.4, 0.5"
124124
HDF5 = "0.15, 0.16, 0.17"
125125
HeterogeneousComputing = "0.2"
126-
HypothesisTests = "0.10, 0.11"
127-
IntervalSets = "0.5, 0.6, 0.7"
128-
InverseFunctions = "0.1"
126+
HypothesisTests = "0.10.4, 0.11"
127+
IntervalSets = "0.7"
128+
InverseFunctions = "0.1.8"
129129
IrrationalConstants = "0.1, 0.2"
130-
KernelDensity = "0.5, 0.6"
131-
LaTeXStrings = "1"
130+
KernelDensity = "0.6.3"
131+
LaTeXStrings = "1.1"
132132
LinearAlgebra = "1"
133133
MGVI = "0.4"
134-
MacroTools = "0.5"
134+
MacroTools = "0.5.6"
135135
Markdown = "1"
136136
MeasureBase = "0.12, 0.13, 0.14"
137-
Measurements = "2"
138-
NamedArrays = "0.9, 0.10"
137+
Measurements = "2.2"
138+
NamedArrays = "0.9.3, 0.10"
139139
NestedSamplers = "0.8"
140-
Optim = "0.19,0.20, 0.21, 0.22, 1"
140+
Optim = "0.19, 0.20, 0.21, 0.22, 1"
141141
Optimization = "3, 4"
142142
PDMats = "0.9, 0.10, 0.11"
143143
ParallelProcessingTools = "0.4"
@@ -147,15 +147,15 @@ PositiveFactorizations = "0.2"
147147
Printf = "1"
148148
Random = "1"
149149
Random123 = "1.2"
150-
RecipesBase = "0.7, 0.8, 1.0"
150+
RecipesBase = "0.7, 0.8, 1"
151151
Sobol = "1.4"
152152
StableRNGs = "1"
153-
StaticArrays = "0.12, 1.0"
153+
StaticArrays = "0.12.5, 1"
154154
Statistics = "1"
155-
StatsBase = "0.32, 0.33, 0.34"
155+
StatsBase = "0.33.7, 0.34"
156156
StatsFuns = "1"
157157
StructArrays = "0.4, 0.5, 0.6, 0.7"
158-
Tables = "0.2, 1.0"
158+
Tables = "0.2, 1"
159159
Transducers = "0.4"
160160
TypedTables = "1.2"
161161
UltraNest = "0.1"

0 commit comments

Comments
 (0)