From fa82dbc513040bc47755a6369388f6b6197ced9d Mon Sep 17 00:00:00 2001 From: Seyoon Ko Date: Thu, 17 Mar 2022 16:26:34 -0700 Subject: [PATCH] Update Project.toml --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index dbdd9231..3e5881e4 100644 --- a/Project.toml +++ b/Project.toml @@ -20,6 +20,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24" [compat] +BenchmarkTools = "1" Convex = "0.14" DataFrames = "1" Distributions = "0.25" @@ -28,6 +29,7 @@ GLM = "1" Ipopt = "0.8" LoopVectorization = "0.12" MathProgBase = "0.7" +RDatasets = "0.7" Reexport = "1.2" SpecialFunctions = "2.1" StatsFuns = "0.9"