Skip to content

Commit

Permalink
Allow DataFrames v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Apr 28, 2021
1 parent 292dfcc commit 5d1c4e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "e28b5b4c-05e8-5b66-bc03-6f0c0a0a06e0"
license = "MIT"
authors = "Julian Gehring"
repository = "https://github.com/juliangehring/Bootstrap.jl"
version = "2.3.1"
version = "2.3.2"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -14,7 +14,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"

[compat]
DataFrames = "0.19, 0.20, 0.21, 0.22"
DataFrames = "0.19, 0.20, 0.21, 0.22, 1"
Distributions = "0.23, 0.24"
GLM = "1.3"
StatsBase = "0.33"
Expand Down
2 changes: 1 addition & 1 deletion test/test-non-parametric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ using StatsBase

## 'city' dataset
const city = dataset("boot", "city")
const citya = convert(Matrix, city)
const citya = Matrix(city)

@testset "Non-parametric bootstraps" begin

Expand Down

0 comments on commit 5d1c4e6

Please sign in to comment.