From f327b3abbebe7ce48b5ae8ac00d5de2cb201664f Mon Sep 17 00:00:00 2001 From: JoshuaBillson Date: Thu, 1 May 2025 17:00:25 -0600 Subject: [PATCH] Updated compatability requirements for PartialFunctions to 1.2.1 to support Flux.gpu --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 994f2387..0f165cc9 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,6 @@ JLD2 = "0.4, 0.5" LazyArtifacts = "1" MLUtils = "0.4" NNlib = "0.8, 0.9" -PartialFunctions = "1" +PartialFunctions = "1.2.1" Statistics = "1" julia = "1.6"