-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (29 loc) · 992 Bytes
/
Project.toml
File metadata and controls
32 lines (29 loc) · 992 Bytes
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
27
28
29
30
31
32
name = "DistributionVectors"
uuid = "876525fa-7cae-420f-8fd8-59a6b63fe7c3"
authors = ["Thomas Wutzler"]
version = "0.1.0"
[deps]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MissingStrategies = "e455a6d6-8373-11eb-38a5-df3e63e3f6fc"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
BandedMatrices = "1.9"
Distributions = "0.25.120"
FillArrays = "1.13"
MissingStrategies = "0.2"
Missings = "1.2"
OffsetArrays = "1.17"
RecursiveArrayTools = "3.36"
Statistics = "1.10"
StatsBase = "0.34"
julia = "1.10"
[workspace]
projects = ["test", "docs"]