From 0d1684327f002c501958b097414c6cfa0578d5a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Jun 2021 00:52:54 +0000 Subject: [PATCH] CompatHelper: bump compat for "GPUArrays" to "7.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 29169d9..dce465f 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, 7.0" Glob = "1.2" JLD2 = "0.1, 0.2" Plots = "0.29, 1.0"