Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dinarior committed Oct 31, 2019
1 parent 3708adf commit 13342a8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Clustering = "0.13.3"
julia = "1"
NPZ = "0.4.0"
JLD2 = "0.1.3"
DistributedArrays = "0.6"
Distributions = "0.21.3"
SpecialFunctions = "0.7"
StatsBase = "0.32"
CatViews = "1"



[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 13342a8

@dinarior
Copy link
Member 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 updated: JuliaRegistries/General/4926

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 v0.1.4 -m "<description of version>" 13342a889533d8781c61071d08cb9ddc639b27d7
git push origin v0.1.4

Please sign in to comment.