-
Notifications
You must be signed in to change notification settings - Fork 33
/
Project.toml
83 lines (79 loc) · 2.78 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
name = "SolidStateDetectors"
uuid = "71e43887-2bd9-5f77-aebd-47f656f0a3f0"
version = "0.10.9"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
ParallelProcessingTools = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RadiationDetectorSignals = "bf2c0563-65cf-5db2-a620-ceb7de82658c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
[weakdeps]
Geant4 = "559df036-b7a0-42fd-85df-7d5dd9d70f44"
[extensions]
SolidStateDetectorsGeant4Ext = "Geant4"
[compat]
Adapt = "3, 4"
ArraysOfArrays = "0.5, 0.6"
Clustering = "0.15"
Distributions = "0.24.5, 0.25"
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
Format = "1.2"
GPUArrays = "8, 9, 10, 11"
Geant4 = "0.1.13, 0.2"
Interpolations = "0.14, 0.15"
IntervalSets = "0.6, 0.7"
JSON = "0.21.2"
KernelAbstractions = "0.8, 0.9"
LaTeXStrings = "1.1"
LightXML = "0.9"
LinearAlgebra = "<0.0.1, 1"
OrderedCollections = "1.1"
ParallelProcessingTools = "0.4"
Parameters = "0.12"
PolygonOps = "0.1"
Polynomials = "2, 3, 4"
ProgressMeter = "1.5"
RadiationDetectorSignals = "0.3.5"
Random = "<0.0.1, 1"
RecipesBase = "1"
Requires = "1.1"
Rotations = "1"
StaticArrays = "1"
Statistics = "<0.0.1, 1"
StatsBase = "0.33.7, 0.34"
Suppressor = "0.2"
Tables = "1.1"
TypedTables = "1.2"
Unitful = "1.11"
UnitfulAtomic = "1"
YAML = "0.4.2"
julia = "1.10"