From 7fc6b0d4450b16a6a813baab739a95eb9734c242 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Sat, 16 Nov 2024 07:07:58 +0100 Subject: [PATCH] tighter version bounds --- Project.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 3b1df12f19..70673996d7 100644 --- a/Project.toml +++ b/Project.toml @@ -42,12 +42,12 @@ FluxMPINCCLExt = ["CUDA", "MPI", "NCCL"] [compat] AMDGPU = "1" -Adapt = "3, 4" -CUDA = "4, 5" +Adapt = "4" +CUDA = "5" ChainRulesCore = "1.12" Compat = "4.10.0" -Enzyme = "0.12, 0.13" -Functors = "0.4" +Enzyme = "0.13" +Functors = "0.5" MLDataDevices = "1.4.2" MLUtils = "0.4" MPI = "0.20.19" @@ -55,7 +55,7 @@ MacroTools = "0.5" NCCL = "0.1.1" NNlib = "0.9.22" OneHotArrays = "0.2.4" -Optimisers = "0.3.3, 0.4" +Optimisers = "0.4" Preferences = "1" ProgressLogging = "0.1" Reexport = "1.0"