-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
38 lines (34 loc) · 1.18 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
name = "RadiationDetectorSignals"
uuid = "bf2c0563-65cf-5db2-a620-ceb7de82658c"
version = "0.3.8"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
[compat]
ArraysOfArrays = "0.4, 0.5, 0.6"
ElasticArrays = "0.2, 0.3, 0.4, 1"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7"
RecipesBase = "0.7, 0.8, 1"
StaticArrays = "0.11, 0.12, 1"
StatsBase = "0.33.7, 0.34"
StructArrays = "0.4, 0.5, 0.6, 0.7"
Tables = "0.2, 1"
TypedTables = "1.2"
Unitful = "1.6"
UnsafeArrays = "1"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]