Skip to content

Commit

Permalink
Add missing compat bounds on NaNStatistics
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed May 30, 2021
1 parent d1bb894 commit 8a79a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Colors = "0.10 - 0.12"
IndirectArrays = "0.5"
Interpolations = "0.12 - 0.13"
LoopVectorization = "0.11, 0.12"
NaNStatistics = "0.3"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.5 - 0.10, 1"
VectorizationBase = "0.18, 0.19, 0.20"
Expand Down

2 comments on commit 8a79a42

@brenhinkeller
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/37837

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.0 -m "<description of version>" 8a79a421bf77dd8cc6689b4cc26b7ee053e7ddb5
git push origin v0.1.0

Please sign in to comment.