Skip to content

Commit

Permalink
Manually set lower bounds on direct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fhagemann authored and oschulz committed Feb 17, 2025
1 parent d260b69 commit c781586
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,54 +90,54 @@ BATPlotsExt = "Plots"
BATUltraNestExt = "UltraNest"

[compat]
ADTypes = "0.1, 0.2, 1"
ADTypes = "0.2, 1"
Accessors = "0.1"
Adapt = "3, 4"
AdvancedHMC = "0.5, 0.6"
AffineMaps = "0.2.3, 0.3"
ArgCheck = "1, 2.0"
ArraysOfArrays = "0.4, 0.5, 0.6"
ArgCheck = "1, 2"
ArraysOfArrays = "0.5, 0.6"
AutoDiffOperators = "0.2.1"
ChainRulesCore = "0.9.44, 0.10, 1"
ChangesOfVariables = "0.1.1"
Clustering = "0.13, 0.14, 0.15"
Colors = "0.9,0.10,0.11, 0.12, 0.13"
ChainRulesCore = "1"
ChangesOfVariables = "0.1.3"
Clustering = "0.14, 0.15"
Colors = "0.12.6, 0.13"
Cuba = "2"
Dates = "1"
DensityInterface = "0.4"
DiffResults = "1"
DiffResults = "1.0.1"
Distributed = "1"
Distributions = "0.25"
DistributionsAD = "0.5, 0.6"
Distributions = "0.25.57"
DistributionsAD = "0.6.39"
DocStringExtensions = "0.8, 0.9"
DomainSets = "0.5, 0.6, 0.7"
DoubleFloats = "0.9, 1"
ElasticArrays = "1.2.3"
EmpiricalDistributions = "0.2, 0.3.1"
FFTW = "1"
DomainSets = "0.5.11, 0.6, 0.7"
DoubleFloats = "1.1.25"
ElasticArrays = "1.2.5"
EmpiricalDistributions = "0.3.4"
FFTW = "1.3"
FillArrays = "0.13, 1.1.1"
Folds = "0.2"
ForwardDiff = "0.10"
ForwardDiffPullbacks = "0.1.1, 0.2"
ForwardDiff = "0.10.24"
ForwardDiffPullbacks = "0.1.4, 0.2"
FunctionChains = "0.1.4"
Functors = "0.2, 0.3, 0.4, 0.5"
HDF5 = "0.15, 0.16, 0.17"
HeterogeneousComputing = "0.2"
HypothesisTests = "0.10, 0.11"
IntervalSets = "0.5, 0.6, 0.7"
InverseFunctions = "0.1"
HypothesisTests = "0.10.4, 0.11"
IntervalSets = "0.7"
InverseFunctions = "0.1.8"
IrrationalConstants = "0.1, 0.2"
KernelDensity = "0.5, 0.6"
LaTeXStrings = "1"
KernelDensity = "0.6.3"
LaTeXStrings = "1.1"
LinearAlgebra = "1"
MGVI = "0.4"
MacroTools = "0.5"
MacroTools = "0.5.6"
Markdown = "1"
MeasureBase = "0.12, 0.13, 0.14"
Measurements = "2"
NamedArrays = "0.9, 0.10"
Measurements = "2.2"
NamedArrays = "0.9.3, 0.10"
NestedSamplers = "0.8"
Optim = "0.19,0.20, 0.21, 0.22, 1"
Optim = "0.19, 0.20, 0.21, 0.22, 1"
Optimization = "3, 4"
PDMats = "0.9, 0.10, 0.11"
ParallelProcessingTools = "0.4"
Expand All @@ -147,15 +147,15 @@ PositiveFactorizations = "0.2"
Printf = "1"
Random = "1"
Random123 = "1.2"
RecipesBase = "0.7, 0.8, 1.0"
RecipesBase = "0.7, 0.8, 1"
Sobol = "1.4"
StableRNGs = "1"
StaticArrays = "0.12, 1.0"
StaticArrays = "0.12.5, 1"
Statistics = "1"
StatsBase = "0.32, 0.33, 0.34"
StatsBase = "0.33.7, 0.34"
StatsFuns = "1"
StructArrays = "0.4, 0.5, 0.6, 0.7"
Tables = "0.2, 1.0"
Tables = "0.2, 1"
Transducers = "0.4"
TypedTables = "1.2"
UltraNest = "0.1"
Expand Down

0 comments on commit c781586

Please sign in to comment.