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) (#47)

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

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
3 people authored May 22, 2023
1 parent 53540e5 commit 4fc81cc
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 = "AdvancedVI"
uuid = "b5ca4192-6429-45e5-a2d9-87aec30a685c"
version = "0.2.2"
version = "0.2.3"

[deps]
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
Expand All @@ -24,7 +24,7 @@ DocStringExtensions = "0.8, 0.9"
ForwardDiff = "0.10.3"
ProgressMeter = "1.0.0"
Requires = "0.5, 1.0"
StatsBase = "0.32, 0.33"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "0.8, 0.9, 1"
Tracker = "0.2.3"
julia = "1.6"
Expand Down

2 comments on commit 4fc81cc

@yebai
Copy link
Member

@yebai yebai commented on 4fc81cc May 22, 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/84037

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.2.3 -m "<description of version>" 4fc81cc5843c316b7d212981d1fc8019755814ff
git push origin v0.2.3

Please sign in to comment.