Skip to content

Commit 2188e78

Browse files
committed
bump version = "0.2.6"
1 parent 82fd2ac commit 2188e78

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Project.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
name = "MLJModelInterface"
22
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
33
authors = ["Thibaut Lienart and Anthony Blaom"]
4-
version = "0.2.5"
4+
version = "0.2.6"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
88
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
99

10-
[compat]
11-
ScientificTypes = "^0.7,^0.8"
12-
julia = "1"
13-
1410
[extras]
15-
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
16-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
17-
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
18-
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
1911
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
20-
MLJScientificTypes = "2e2323e0-db8b-457b-ae0d-bdfb3bc63afd"
12+
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
2113
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
2214
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
16+
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
17+
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
18+
MLJScientificTypes = "2e2323e0-db8b-457b-ae0d-bdfb3bc63afd"
19+
20+
[compat]
21+
julia = "1"
22+
ScientificTypes = "^0.7,^0.8"
2323

2424
[targets]
2525
test = ["Test", "Tables", "Distances", "CategoricalArrays", "InteractiveUtils", "DataFrames", "MLJScientificTypes", "MLJBase"]

0 commit comments

Comments
 (0)