From 36f00f7a4031db09004b9e9f541b2003ff0efacb Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Tue, 19 Jan 2021 12:51:25 -0800 Subject: [PATCH] Update dependency bounds --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4fc475bc..df9061d7 100644 --- a/Project.toml +++ b/Project.toml @@ -15,8 +15,8 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" [compat] julia = "1" -StatsBase = "0.32" -Distributions = "0.21" +StatsBase = "0.32, 0.33" +Distributions = "0.21, 0.22, 0.23, 0.24" Mimi = "1.0" [targets]