Skip to content

Commit

Permalink
Merge pull request #206 from alan-turing-institute/dev
Browse files Browse the repository at this point in the history
for 0.11.9 release
  • Loading branch information
ablaom authored Feb 25, 2020
2 parents 2b87398 + dc02869 commit 584396b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.11.8"
version = "0.11.9"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
ComputationalResources = "ed09eef8-17a6-5b46-8889-db040fac31e3"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LossFunctions = "30fc2ffe-d236-52d8-8643-a9d8f7c094a7"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Expand All @@ -25,27 +27,25 @@ ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

[compat]
CategoricalArrays = "^0.7.3"
ComputationalResources = "^0.3"
Distributions = "^0.22"
HTTP = "^0.8"
InvertedIndices = "^1"
JSON = "^0.21"
LossFunctions = "^0.5"
MLJModelInterface = "^0.1"
MLJScientificTypes = "^0.1"
MLJScientificTypes = "^0.1,^0.2"
Missings = "^0.4"
OrderedCollections = "^1.1"
Parameters = "^0.12"
PrettyTables = "^0.8"
ProgressMeter = "^1.1"
ScientificTypes = "^0.7"
StatsBase = "^0.32"
Tables = "^0.2"
HTTP = "^0.8"
JSON = "^0.21"
Tables = "^0.2,^1.0"
julia = "1"

[extras]
Expand Down

0 comments on commit 584396b

Please sign in to comment.