Skip to content

Commit

Permalink
Add bounds to new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rofinn authored Mar 23, 2020
1 parent c4e3a60 commit 8bcc608
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
Distances = "0.8"
IterTools = "1.2, 1.3"
Missings = "0.4"
NearestNeighbors = "0.4"
StatsBase = "0.32"
TableOperations = "0.2"
Tables = "1"
Expand Down

2 comments on commit 8bcc608

@rofinn
Copy link
Member Author

@rofinn rofinn commented on 8bcc608 Mar 23, 2020

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/11270

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.5.0 -m "<description of version>" 8bcc608ac14da78ab91311f3173f0e5b2f903294
git push origin v0.5.0

Please sign in to comment.