From 49cc2dfd3a4a4b93ac418e36f76b471f0c803562 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2020 18:04:51 +0000 Subject: [PATCH] CompatHelper: bump compat for "Zygote" to "0.5" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 58b210187..40eb349da 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,6 @@ Distributions = "0.21, 0.22, 0.23" ExtendableSparse = "0.3" Flux = "0.10, 0.11" GLM = "1.3" -Zygote = "0.4" IterativeSolvers = "0.8" LatinHypercubeSampling = "1.2" PolyChaos = "0.2" @@ -32,6 +31,7 @@ Requires = "0.5, 1.0" Sobol = "1.3" Stheno = "0.6" XGBoost = "0.4, 1.1" +Zygote = "0.4, 0.5" julia = "1" [extras]