Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
deps: fix compat
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmouchet committed Nov 26, 2019
1 parent 4b772e2 commit 4c804f0
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
Expand Up @@ -12,8 +12,8 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

[compat]
ArgCheck = "1.0"
Clustering = ">= 0.13, < 1.0"
Distributions = ">= 0.20, < 1.0"
Clustering = "0.13"
Distributions = "0.20,0.21"
julia = "1.0"

[extras]
Expand Down

2 comments on commit 4c804f0

@maxmouchet
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/5857

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.1 -m "<description of version>" 4c804f0d48cf44e2f60fbe058a145a8ae86d4313
git push origin v1.0.1

Please sign in to comment.