Skip to content

Commit

Permalink
Support StatsBase 0.34 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Sep 27, 2023
1 parent bda3e7d commit 064422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "QuantileRegressions"
uuid = "c6596682-b856-542f-9fff-31404643e889"
version = "0.1.10"
version = "0.1.11"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -12,7 +12,7 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
[compat]
DataFrames = "0.18, 0.19, 0.20, 0.21, 0.22, 1.0"
Distributions = "0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
StatsBase = "0.30, 0.31, 0.32, 0.33"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
StatsModels = "0.6, 0.7"
julia = "1.3"

Expand Down

2 comments on commit 064422b

@pkofod
Copy link
Owner

@pkofod pkofod commented on 064422b Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/92297

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.11 -m "<description of version>" 064422be728decf9f6d55e011b82abf37b709ed9
git push origin v0.1.11

Please sign in to comment.