From a189df31fba66a69228d469e1be81d8d3a00a31f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 16:48:21 -0700 Subject: [PATCH] CompatHelper: bump compat for Optimisers to 0.3, (keep existing compat) (#29) * CompatHelper: bump compat for Optimisers to 0.3, (keep existing compat) * bump version to 0.1.1 --------- Co-authored-by: CompatHelper Julia Co-authored-by: Zuheng --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9585f57c..07250d31 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "NormalizingFlows" uuid = "50e4474d-9f12-44b7-af7a-91ab30ff6256" -version = "0.1.0" +version = "0.1.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -35,7 +35,7 @@ Distributions = "0.25" DocStringExtensions = "0.9" Enzyme = "0.11" ForwardDiff = "0.10.25" -Optimisers = "0.2.16" +Optimisers = "0.2.16, 0.3" ProgressMeter = "1.0.0" Requires = "1" ReverseDiff = "1.14"