From 2bf6111bf1bb4c3a58f82895e9bfbf83aa2c4764 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 01:02:10 +0000 Subject: [PATCH] CompatHelper: bump compat for "GPUArrays" to "6.3" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 29169d9..4a16395 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.3" Glob = "1.2" JLD2 = "0.1, 0.2" Plots = "0.29, 1.0"