From 264ea605706a310b83b19997b8272b9dcc8dce21 Mon Sep 17 00:00:00 2001 From: Thibaut Lienart Date: Mon, 24 Feb 2020 19:00:37 +0100 Subject: [PATCH 1/2] compatible with MLJSt 0.2 and Tables 1 --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 77735a2e..e907d957 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJBase" uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d" authors = ["Anthony D. Blaom "] -version = "0.11.8" +version = "0.11.9" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -9,8 +9,10 @@ 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" @@ -25,17 +27,17 @@ 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" @@ -43,9 +45,7 @@ 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" julia = "1" [extras] From 8c57d3fefe7bc9c031ca07b4dd50c5ec504b8c40 Mon Sep 17 00:00:00 2001 From: Thibaut Lienart Date: Mon, 24 Feb 2020 19:12:58 +0100 Subject: [PATCH 2/2] adding minor number to tables compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e907d957..5f4c2a2c 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ PrettyTables = "^0.8" ProgressMeter = "^1.1" ScientificTypes = "^0.7" StatsBase = "^0.32" -Tables = "^0.2,^1" +Tables = "^0.2,^1.0" julia = "1" [extras]