-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
26 lines (24 loc) · 898 Bytes
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name = "VersatileHDPMixtureModels"
uuid = "cb401d7d-c4f9-4284-af24-a1eca280e8e8"
authors = ["Or Dinari <[email protected]>"]
version = "0.1.1"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NPZ = "15e1cf62-19b3-5cfa-8e77-841668bca605"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Clustering = "0.13,0.14"
Distributions = "0.16 - 0.25"
JLD2 = "0.1, 0.2,0.3,0.4"
NPZ = "0.1, 0.2,0.3,0.4,0.5,0.6"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2"
StatsBase = "0.32,0.33,0.34"
julia = "1.5,1.6"
PDMats ="0.10,1.0"