Skip to content

Commit

Permalink
update compat
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jul 12, 2023
1 parent c8f523e commit 343fe0d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"

[compat] # Latest:
AbstractTrees = "0.3 - 0.4" # 0.4.4
Distributions = "0.25" # 0.25.98
OnlineStatsBase = "1.4.7 - 1.6" # 1.6.1
OrderedCollections = "1.1 - 1.6" # 1.6.0
RecipesBase = "0.7 - 1.3" # 1.3.4
SpecialFunctions = "2.1 - 2.3" # 2.3.0
StatsBase = "0.32 - 0.34" # 0.34.0
StatsFuns = "1.0 - 1.3" # 1.3.0
[compat]
AbstractTrees = "0.3, 0.4"
Distributions = "0.25"
OnlineStatsBase = "1.4.7, 1.5, 1.6"
OrderedCollections = "1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
RecipesBase = "1.1, 1.2, 1.3"
SpecialFunctions = "2.1, 2.2, 2.3"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "1.0, 1.1, 1.2, 1.3"
julia = "1.0"

[extras]
Expand Down

2 comments on commit 343fe0d

@joshday
Copy link
Owner Author

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 updated: JuliaRegistries/General/87336

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.6.3 -m "<description of version>" 343fe0d97d6dc946ed5b12237cf96597b46ed2b9
git push origin v1.6.3

Please sign in to comment.