From 7f36ece7c35e838f2223a64d3c3554eccb8ed0ff Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Tue, 17 Oct 2023 06:25:09 +1100 Subject: [PATCH] bump to Metalhead 0.9 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index cac18ad2..462fd8bf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJFlux" uuid = "094fc8d1-fd35-5302-93ea-dabda2abf845" authors = ["Anthony D. Blaom ", "Ayush Shridhar "] -version = "0.3.1" +version = "0.4.0" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" @@ -21,7 +21,7 @@ ColorTypes = "0.10.3, 0.11" ComputationalResources = "0.3.2" Flux = "0.13, 0.14" MLJModelInterface = "1.1.1" -Metalhead = "0.8" +Metalhead = "0.9" ProgressMeter = "1.7.1" Tables = "1.0" julia = "1.6"