From e0d67531b85f51dc59012e0316bfaacefdac0383 Mon Sep 17 00:00:00 2001 From: AntonOresten Date: Wed, 18 Sep 2024 01:17:25 +0200 Subject: [PATCH] Add MLUtils compat entry --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 2e092d4..f272545 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ FunctorsExt = "Functors" ChainRulesCore = "1" Functors = "0.4" LinearAlgebra = "1" +MLUtils = "0.4" NNlib = "0.8, 0.9" Random = "1" julia = "1.9"