forked from cescalara/PartonDensity.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
44 lines (40 loc) · 1.32 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
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"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
ParallelProcessingTools = "8e8a01fc-6193-5ca1-a2f1-20776dae4199"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
QCDNUM = "4acc4d78-9ad5-435b-99b1-7af0628e6e5b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[compat]
ArgCheck = "2"
CSV = "0.8, 0.9, 0.10"
DensityInterface = "0.4"
Distributions = "0.24, 0.25"
DocStringExtensions = "0.9"
HDF5 = "0.16"
NaNMath = "0.3, 1"
ParallelProcessingTools = "0.4"
Parameters = "0.12"
Plots = "1"
Requires = "1"
SpecialFunctions = "2.1.5"
ValueShapes = "0.10"
julia = "1"
QCDNUM = "0.2"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]