From 7a17619b72439bb510f0b114736d51aed90fda50 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 24 Aug 2023 00:26:21 +0000 Subject: [PATCH] CompatHelper: bump compat for Metalhead to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 95084c47..4e57a2e7 100644 --- a/Project.toml +++ b/Project.toml @@ -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.7" +Metalhead = "0.7, 0.8" ProgressMeter = "1.7.1" Tables = "1.0" julia = "1.6"