From 241ad87835f9aa5c822dda32443653f997e9e428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 13:04:59 +0000 Subject: [PATCH] CompatHelper: bump compat for "FillArrays" to "0.9" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 27f2492..5adf03f 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ Adapt = "2" BSON = "0.2" CUDA = "1" Distributions = "0.22, 0.23" -FillArrays = "0.8" +FillArrays = "0.8, 0.9" Flux = "0.11" GPUArrays = "5" ImageTransformations = "0.8"