Skip to content

Commit

Permalink
Add verions of dependencies, fixes #50--#60
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Mar 1, 2020
1 parent c7087e4 commit 3c4ecb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 356 deletions.
355 changes: 0 additions & 355 deletions Manifest.toml

This file was deleted.

15 changes: 14 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "GaussianMixtures"
uuid = "cc18c42c-b769-54ff-9e2a-b28141a64aae"
version = "v0.3.1"
version = "0.3.2"

[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Expand All @@ -22,3 +22,16 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
PDMats = "0.9"
StatsBase = "0.32"
SpecialFunctions = "0.10"
FileIO = "1.2"
Clustering = "0.13"
RDatasets = "0.6"
ScikitLearnBase = "0.5"
Compat = "3.6"
Distributions = "0.22"
Arpack = "0.4"
JLD2 = "0.1"

0 comments on commit 3c4ecb1

Please sign in to comment.