From ad988dadac72b3baf82d4823bd800d0221a9d896 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:22:55 -0500 Subject: [PATCH] Allow OneHotArrays.jl v0.2 (#2109) * allow OneHotArrays 0.2 * MLUtils 0.3.1 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index b328d9985f..1ecb639db4 100644 --- a/Project.toml +++ b/Project.toml @@ -29,11 +29,11 @@ Adapt = "3.0" CUDA = "3" ChainRulesCore = "1.12" Functors = "0.3" -MLUtils = "0.2, 0.3" +MLUtils = "0.2, 0.3.1" MacroTools = "0.5" NNlib = "0.8.9" NNlibCUDA = "0.2.4" -OneHotArrays = "0.1" +OneHotArrays = "0.1, 0.2" Optimisers = "0.2.1" ProgressLogging = "0.1" Reexport = "0.2, 1.0"