Skip to content

Commit 13953b5

Browse files
authored
Merge pull request #94 from alan-turing-institute/dev
Extend compat for StatisticalTraits; bump to version to 1.0.0
2 parents 01164c3 + f75de12 commit 13953b5

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 = "MLJModelInterface"
22
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33
authors = ["Thibaut Lienart and Anthony Blaom"]
4-
version = "0.4.1"
4+
version = "1.0.0"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
@@ -10,7 +10,7 @@ StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
1010

1111
[compat]
1212
ScientificTypes = "^1"
13-
StatisticalTraits = "^0.1.1"
13+
StatisticalTraits = "^0.1.1, ^1"
1414
julia = "^1"
1515

1616
[extras]

0 commit comments

Comments
 (0)