Skip to content

Commit

Permalink
Bump compat for CategoricalArrays and DataFrames (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2020
1 parent 32d7703 commit 4def365
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
CategoricalArrays = "0.8"
CategoricalArrays = "0.8, 0.9"
CodecZlib = "0.4, 0.5, 0.6, 0.7"
DataFrames = "0.21"
DataFrames = "0.21, 0.22"
FileIO = "1.0.5"
Requires = "1.0.0"
TimeZones = "0.7, 0.8, 0.9, 0.10, 1.0"
Expand Down
1 change: 1 addition & 0 deletions test/RDA.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module TestRDA
using Test
using DataFrames
using CategoricalArrays
using RData

@testset "Loading RData files (version=$ver)" for ver in (2, 3)
Expand Down
1 change: 1 addition & 0 deletions test/RDS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module TestRDS
using Test
using Dates
using DataFrames
using CategoricalArrays
using RData
using TimeZones

Expand Down

0 comments on commit 4def365

Please sign in to comment.