From f2bb337fc7163cb8a6e11b3f9b6974386c0af861 Mon Sep 17 00:00:00 2001 From: Kevin Bonham Date: Wed, 1 Feb 2023 16:57:07 -0500 Subject: [PATCH] Allow MultivariateStats v0.10 (#138) * allow MultivariateStats v0.10 * bump version --------- Co-authored-by: Kevin Bonham --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index dbb7309..04e37f2 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"] license = "MIT" desc = "Functions and types for working with microbial community data" authors = ["@kescobo "] -version = "0.9.2" +version = "0.9.3" [deps] Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4" @@ -20,7 +20,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Dictionaries = "0.3" Distances = "0.10" EcoBase = "0.1.4" -MultivariateStats = "0.9" +MultivariateStats = "0.9,0.10" ReTest = "0.3" Tables = "1.2.1" julia = "1.6"