-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
35 lines (29 loc) · 984 Bytes
/
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
name = "Minuit2"
uuid = "37821647-3276-4ed8-9a4e-bc9886b3c106"
version = "0.2.0"
[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Minuit2_Julia_Wrapper_jll = "65cff058-67fb-5034-9600-a8f6a0feb90b"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[extensions]
Minuit2PlotsExt = "Plots"
[compat]
CxxWrap = "0.16"
Distributions = "0.25.117"
LinearAlgebra = "1.11.0"
Minuit2_Julia_Wrapper_jll = "0.2.0"
Plots = "1.40.9"
PrettyTables = "2.4.0"
julia = "1.9"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StatsBase", "LinearAlgebra"]