From 927e7094de23bb83c67589ffbac543b21cd2a5f5 Mon Sep 17 00:00:00 2001 From: Davi Sales Barreira Date: Mon, 23 Sep 2024 09:32:18 -0300 Subject: [PATCH] :sparkles: New version. Downgrading deps on StatsBase. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0cb4be3..59608f1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Vizagrams" uuid = "8c229dad-8b3a-4031-83d6-73545c88426d" authors = ["Davi Barreira and contributors"] -version = "0.2.4" +version = "0.2.5" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" @@ -51,7 +51,7 @@ Requires = "1.3.0" Rotations = "1.7" Showoff = "1.0.3" Statistics = "1" -StatsBase = "0.34" +StatsBase = "^0.33" StructArrays = "0.6.18" Tables = "1.11" Transducers = "0.4.81"