From 0c08d0bc973bf8f43764b00962f2c307fa2679bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 00:19:56 +0000 Subject: [PATCH] CompatHelper: bump compat for "DataFrames" to "1.0" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 29169d9..6888074 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Adapt = "1.0.1, 2.0, 3.0" CUDA = "1.0" DSP = "0.6" -DataFrames = "0.20, 0.21" +DataFrames = "0.20, 0.21, 1.0" FFTW = "1.1" GPUArrays = "3.1, 4.0, 5.0" Glob = "1.2"