-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
50 lines (46 loc) · 1.57 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
41
42
43
44
45
46
47
48
49
50
name = "GeDetComptonScatteringAnalysis"
uuid = "9326d0f8-910f-11e9-2e1e-65abfc22afe6"
version = "0.1.0"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LegendHDF5IO = "c9265ca6-b027-5446-b1a4-febfa8dd10b0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RadiationDetectorDSP = "afd6e06f-c550-5763-af36-7391d39e46ec"
RadiationSpectra = "4f207c7e-01da-51d7-a1a0-c8c06dd1d883"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
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"
[compat]
ArraysOfArrays = "0.5, 0.6"
DSP = "0.7"
IntervalSets = "0.7"
LegendHDF5IO = "0.1.3"
LsqFit = "0.13"
ProgressMeter = "1"
RadiationDetectorDSP = "0.1"
RadiationSpectra = "0.5"
RecipesBase = "1.3"
Rotations = "1.3"
StaticArrays = "1.5"
StatsBase = "0.33"
StructArrays = "0.6"
Tables = "1.10"
TypedTables = "1.4"
Unitful = "1.12"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
[targets]
test = ["Test", "Unitful", "Pkg"]