From d1b4c7940eae4799c125323c9d5f4044c01de5c5 Mon Sep 17 00:00:00 2001 From: R cqls Date: Mon, 26 Jun 2023 18:13:34 +0200 Subject: [PATCH] Update Project.toml --- Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0f89beb..89ea5e3 100644 --- a/Project.toml +++ b/Project.toml @@ -10,4 +10,7 @@ Optim = "429524aa-4258-5aef-a3af-852621145aeb" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" [compat] -julia = "1.9" \ No newline at end of file +DataFrames = "1.5" +Distributions = "0.25" +Optim = "1.7" +julia = "1.9"