From 5cda500f657cbb77dc3f2b9ed57b1c79eff87caf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 08:03:58 +0000 Subject: [PATCH] CompatHelper: bump compat for "GPUArrays" to "4.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ba02404..32ce0d6 100644 --- a/Project.toml +++ b/Project.toml @@ -32,7 +32,7 @@ CuArrays = "1.7, 2" Distributions = "0.22, 0.23" FillArrays = "0.8" Flux = "0.10" -GPUArrays = "2, 3" +GPUArrays = "2, 3, 4.0" ImageTransformations = "0.8" JLD = "0.10" MacroTools = "0.5"