We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6595706 commit 43116c3Copy full SHA for 43116c3
Project.toml
@@ -1,17 +1,17 @@
1
name = "MLJModelInterface"
2
uuid = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
3
authors = ["Thibaut Lienart and Anthony Blaom"]
4
-version = "1.0.0"
+version = "1.1.0"
5
6
[deps]
7
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
8
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
9
StatisticalTraits = "64bff920-2084-43da-a3e6-9bb72801c0c9"
10
11
[compat]
12
-ScientificTypes = "^1"
13
-StatisticalTraits = "^0.1.1, ^1"
14
-julia = "^1"
+ScientificTypes = "1"
+StatisticalTraits = "1.1"
+julia = "1"
15
16
[extras]
17
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
0 commit comments