-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
48 lines (44 loc) · 1.5 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
name = "EFTfitter"
uuid = "2a2a6a96-a4ec-477f-941b-476720990667"
authors = ["Cornelius Grunwald"]
version = "0.2.0"
[deps]
BAT = "c0cd4b16-88b7-57fa-983b-ab80aecada7e"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[compat]
BAT = "3"
BenchmarkTools = "1.3"
DensityInterface = "0.4"
Distributions = "0.22, 0.23, 0.24, 0.25"
LinearAlgebra = "1.9"
NamedTupleTools = "0.13"
Parameters = "0.12, 0.13"
Random = "1.9"
RecipesBase = "0.7, 0.8, 1.0"
Requires = "0.5, 1"
Setfield = "0.7"
SparseArrays = "1.9"
SpecialFunctions = "2.3"
StatsBase = "0.32, 0.33, 0.34"
TypedTables = "1.4"
ValueShapes = "0.9, 0.10"
julia = "1.8, 1.9"
[extras]
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["IntervalSets", "Test"]