Skip to content

Commit 0b996da

Browse files
authored
Merge pull request #9 from alan-turing-institute/distances-0-point-10
For a 0.1.3 release: Extend [compat] Distances = "^0.9,^0.10"
2 parents a45730c + a2bab59 commit 0b996da

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
@@ -1,7 +1,7 @@
11
name = "MLJMultivariateStatsInterface"
22
uuid = "1b6a4a23-ba22-4f51-9698-8599985d3728"
33
authors = ["Anthony D. Blaom <[email protected]>", "Thibaut Lienart <[email protected]>", "Okon Samuel <[email protected]>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
@@ -11,7 +11,7 @@ MultivariateStats = "6f286f6a-111f-5878-ab1e-185364afe411"
1111
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1212

1313
[compat]
14-
Distances = "0.9"
14+
Distances = "^0.9,^0.10"
1515
MLJModelInterface = "0.3.5"
1616
MultivariateStats = "0.7"
1717
StatsBase = "0.32, 0.33"

0 commit comments

Comments
 (0)