From 55464d009f148fdf00c0d3dec8b48e7caf1e06f5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 29 Dec 2022 09:08:49 +0000 Subject: [PATCH] CompatHelper: bump compat for MLUtils to 0.4, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f2caf3b14..e17cf959a 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ CUDA = "3" ChainRulesCore = "1" Flux = "0.13" Functors = "0.2, 0.3" -MLUtils = "0.2.10, 0.3" +MLUtils = "0.2.10, 0.3, 0.4" NNlib = "0.8" NNlibCUDA = "0.2" PartialFunctions = "1"