-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
48 lines (44 loc) · 1.51 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 = "RadiationSpectra"
uuid = "4f207c7e-01da-51d7-a1a0-c8c06dd1d883"
version = "0.5.12"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DensityInterface = "b429d917-457f-4dbc-8f4c-0cc954292b1d"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
EmpiricalDistributions = "0bbb1fad-0f24-45fe-94a4-415852c5cc3b"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Random123 = "74087812-796a-5b5d-8853-05524746bad3"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StaticUnivariatePolynomials = "6f584044-cad5-5b68-a429-1e244a824f76"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
ValueShapes = "136a8f8c-c49b-4edb-8b98-f3d64d48be8f"
[compat]
DelimitedFiles = "1"
DensityInterface = "0.4"
Distributions = "0.25"
EmpiricalDistributions = "0.3"
IntervalSets = "0.5, 0.6, 0.7"
LinearAlgebra = "1"
NamedTupleTools = "0.13, 0.14"
Optim = "1"
Random123 = "1"
RecipesBase = "1"
Requires = "1"
SpecialFunctions = "1, 2"
StaticArrays = "1"
StaticUnivariatePolynomials = "0.6"
Statistics = "1"
StatsBase = "0.33, 0.34"
ValueShapes = "0.9, 0.10, 0.11"
julia = "1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]