Skip to content

Commit

Permalink
Merge pull request #783 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
For a 0.16.3 release
  • Loading branch information
ablaom authored May 3, 2021
2 parents c698370 + b179bb2 commit 6b8b801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJ"
uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.16.2"
version = "0.16.3"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand All @@ -24,7 +24,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
CategoricalArrays = "0.8,0.9"
CategoricalArrays = "0.8,0.9, 0.10"
ComputationalResources = "0.3"
Distributions = "0.21,0.22,0.23, 0.24"
MLJBase = "0.18"
Expand Down
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
Expand All @@ -37,4 +38,5 @@ MLJModels = "0.14.4"
MLJScientificTypes = "0.4.6"
MLJTuning = "0.6.5"
ScientificTypes = "1.1.1"
StatsBase = "<0.33.8"
julia = "1"

0 comments on commit 6b8b801

Please sign in to comment.