Skip to content

Commit

Permalink
add compat section to StatsFuns dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhorton committed May 16, 2023
1 parent b39f8db commit c576f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

julia_version = "1.8.2"
manifest_format = "2.0"
project_hash = "b357d8d4410061bab3ca23ab60d09d6d5bb561b4"
project_hash = "7ebcb791faa4be28e0b60af38a2a37cc671688ae"

[[deps.ArgTools]]
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
[compat]
Distributions = "0.25.80 - 0.25.89, 0.25"
SpecialFunctions = "1.8.8 - 2.2.0"
StatsFuns = "1.2.1 - 1.3.0"
julia = "1.8"

[extras]
Expand Down

2 comments on commit c576f35

@wzhorton
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 register()

@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/83660

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.2.0 -m "<description of version>" c576f359fbf2df62529be6f791521e8d6865828c
git push origin v1.2.0

Please sign in to comment.