From abce32ea2319d9bc8bc0294ffbda74046882e688 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 28 Oct 2023 07:08:03 +0000 Subject: [PATCH] CompatHelper: add new compat entry for LazyArtifacts at version 1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 06dccfc0..1ef58046 100644 --- a/Project.toml +++ b/Project.toml @@ -30,6 +30,7 @@ ChainRulesCore = "1" Flux = "0.13.16, 0.14" Functors = "0.4" JLD2 = "0.4" +LazyArtifacts = "1" MLUtils = "0.4" NNlib = "0.8, 0.9" PartialFunctions = "1"