From 89bc1265064ebef00f4502a74b01b3773ae9bfd2 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Fri, 6 Sep 2019 17:39:28 -0700 Subject: [PATCH] Add compat info to Project.toml --- Project.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Project.toml b/Project.toml index 4fa146d0..66170f24 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,12 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" Mimi = "e4e893b0-ee5e-52ea-8111-44b3bdec128c" StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" +[compat] +julia = "1" +Distributions = "0.21" +Mimi = "0.9.3" +StatsBase = "0.32" + [extras] CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca" DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"