-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
39 lines (35 loc) · 1.11 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
name = "PartonDensity"
uuid = "2526459f-0e84-440c-98d6-63172703d9a4"
authors = ["Francesca Capel <[email protected]> and contributors"]
version = "0.2.0"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
QCDNUM = "4acc4d78-9ad5-435b-99b1-7af0628e6e5b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[weakdeps]
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
PartonDensityBATExt = "BAT"
PartonDensityPlotsExt = "Plots"
[compat]
ArgCheck = "2"
BAT = "3"
DensityInterface = "0.4"
Distributions = "0.24, 0.25"
DocStringExtensions = "0.9"
HDF5 = "0.16, 0.17"
Parameters = "0.12"
Plots = "1"
QCDNUM = "0.3"
Random = "1"
SpecialFunctions = "2.1.5"
ValueShapes = "0.11"
julia = "1.10"