Skip to content

Commit

Permalink
Add version bounds for stdlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Feb 1, 2024
1 parent 5db99a3 commit 421993c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ DensityInterface = "0.4"
Distributions = "0.25"
EmpiricalDistributions = "0.3"
IntervalSets = "0.5, 0.6, 0.7"
LinearAlgebra = "1"
NamedTupleTools = "0.13, 0.14"
Optim = "1"
Random123 = "1"
Expand All @@ -35,6 +36,7 @@ Requires = "1"
SpecialFunctions = "1, 2"
StaticArrays = "1"
StaticUnivariatePolynomials = "0.6"
Statistics = "1"
StatsBase = "0.33, 0.34"
ValueShapes = "0.9, 0.10, 0.11"
julia = "1.6"
Expand Down

0 comments on commit 421993c

Please sign in to comment.