Skip to content

Commit f2bb337

Browse files
kescoboKevin Bonham
andauthored
Allow MultivariateStats v0.10 (#138)
* allow MultivariateStats v0.10 * bump version --------- Co-authored-by: Kevin Bonham <kevin@bonham.ch>
1 parent 7abe64e commit f2bb337

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology"]
44
license = "MIT"
55
desc = "Functions and types for working with microbial community data"
66
authors = ["@kescobo <kevbonham@gmail.com>"]
7-
version = "0.9.2"
7+
version = "0.9.3"
88

99
[deps]
1010
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
@@ -20,7 +20,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2020
Dictionaries = "0.3"
2121
Distances = "0.10"
2222
EcoBase = "0.1.4"
23-
MultivariateStats = "0.9"
23+
MultivariateStats = "0.9,0.10"
2424
ReTest = "0.3"
2525
Tables = "1.2.1"
2626
julia = "1.6"

0 commit comments

Comments
 (0)