Skip to content

Commit

Permalink
CompatHelper: bump compat for StatsBase to 0.34, (keep existing compa…
Browse files Browse the repository at this point in the history
…t) (#55)

* CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)

* MultipleTesting compat

* add RDatasets compat

* patch bump

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Phillip Alday <[email protected]>
  • Loading branch information
3 people authored Jul 4, 2023
1 parent fbbdd0a commit 1cd621d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Effects"
uuid = "8f03c58b-bd97-4933-a826-f71b64d2cca2"
authors = ["Beacon Biosignals, Inc."]
version = "1.0.1"
version = "1.0.2"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -23,10 +23,11 @@ Distributions = "0.25"
ForwardDiff = "0.10"
GLM = "1.5.1"
MixedModels = "3.9, 4"
MultipleTesting = "0.5"
MultipleTesting = "0.5, 0.6"
RDatasets = "0.7.7"
StableRNGs = "1.0"
StandardizedPredictors = "0.1, 1"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
StatsModels = "0.6.23, 0.7"
Tables = "1"
Vcov = "0.7"
Expand Down

2 comments on commit 1cd621d

@palday
Copy link
Member

@palday palday commented on 1cd621d Jul 4, 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/86842

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 v1.0.2 -m "<description of version>" 1cd621d2d96739f710f78b069bac1fcd304d64f4
git push origin v1.0.2

Please sign in to comment.