From 1057d9dfcf9b4474a7dddc276fd193fba88b7d4c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:33:08 +0000 Subject: [PATCH] CompatHelper: bump compat for "GPUArrays" to "5.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5c20640..e74e780 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ CUDA = "1.0" DSP = "0.6" DataFrames = "0.20, 0.21" FFTW = "1.1" -GPUArrays = "3.1, 4.0" +GPUArrays = "3.1, 4.0, 5.0" Glob = "1.2" JLD2 = "0.1" Plots = "0.29, 1.0"