-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
68 lines (63 loc) · 2.13 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
name = "HS3"
uuid = "1289e8aa-dbc6-44e2-854b-b7901d93ac07"
authors = ["Robin Pelkner <[email protected]> "]
version = "0.1.0"
[deps]
ArraysOfArrays = "65a8f2f4-9b39-5baf-92e2-a9cc46fdf018"
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ChangesOfVariables = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FunctionChains = "8e6b2b91-af83-483e-ba35-d00930e4cf9b"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Parsers = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
PropDicts = "4dc08600-4268-439e-8673-d706fafbb426"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RobustAdaptiveMetropolisSampler = "2f96e190-b8a6-11e9-0b3d-5fbd22c21613"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Unrolled = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[sources]
LiteHF = {url = "https://github.com/JuliaHEP/LiteHF.jl/"}
[compat]
ArraysOfArrays = "0.6"
BAT = "3"
BenchmarkTools = "1"
CSV = "0.10"
ChangesOfVariables = "0.1"
DensityInterface = "0.4"
Distributions = "0.25"
FunctionChains = "0.1"
HDF5 = "0.17"
JSON3 = "1"
LiteHF = "0.1.0"
LogExpFunctions = "0.3"
NamedTupleTools = "0.14"
Optim = "1.9"
Parameters = "0.12"
Parsers = "2.8"
PropDicts = "0.2"
QuadGK = "2.11"
Random = "1"
RobustAdaptiveMetropolisSampler = "1.1"
SpecialFunctions = "2.4"
StatsBase = "0.34"
Unrolled = "0.1"
ValueShapes = "0.11"
julia = "1.11"
[extras]
LiteHF = "87f02e12-f6bc-4038-9bdd-797fa8455fab"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "Random", "Test", "LiteHF"]