From 421993c5806bdfdfabd2180951beb13e18062eb7 Mon Sep 17 00:00:00 2001 From: Oliver Schulz Date: Thu, 1 Feb 2024 14:25:38 +0100 Subject: [PATCH] Add version bounds for stdlibs --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 631afda..95d1991 100644 --- a/Project.toml +++ b/Project.toml @@ -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" @@ -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"