From 7fb3ef3996526d5a53d5c1d2abf83d8b532bb448 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Oct 2020 01:00:36 +0000 Subject: [PATCH] CompatHelper: bump compat for "GPUArrays" to "6.1" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a9371b2..6e9e30a 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, 5.0" +GPUArrays = "3.1, 4.0, 5.0, 6.1" Glob = "1.2" JLD2 = "0.1, 0.2" Plots = "0.29, 1.0"