-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
40 lines (36 loc) · 1.24 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "TupleVectors"
uuid = "615932cf-77b6-4358-adcd-5b7eba981d7e"
authors = ["Chad Scherrer <[email protected]> and contributors"]
version = "0.2.1"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
GeneralizedGenerated = "6b9d7cbe-bcb9-11e9-073f-15a7a543e2eb"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
NestedTuples = "a734d2a7-8d68-409b-9419-626914d4061d"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
[compat]
ArraysOfArrays = "0.6"
ElasticArrays = "1"
GeneralizedGenerated = "0.3"
MacroTools = "0.5"
NestedTuples = "0.3"
Sobol = "1.5"
StatsBase = "0.33"
StatsFuns = "1"
StructArrays = "0.5, 0.6"
Tables = "1"
TypedTables = "1"
julia = "1.6"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MeasureTheory = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "LinearAlgebra", "MeasureTheory", "Sobol"]