From 4e5320c29c6e4c070e04d5e9ca2db3fab0183be1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 1 Feb 2022 00:32:20 +0000 Subject: [PATCH] CompatHelper: add new compat entry for ParameterSchedulers at version 0.3, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 3f8f8c475..0b8144480 100644 --- a/Project.toml +++ b/Project.toml @@ -24,6 +24,7 @@ CalibrationErrors = "0.5" Distributions = "0.25" DistributionsAD = "0.6" Flux = "0.12" +ParameterSchedulers = "0.3" Parameters = "0.12" ReliabilityDiagrams = "0.2" Zygote = "0.6"