-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
34 lines (30 loc) · 953 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
name = "DalitzPlot"
uuid = "d7968580-7d6f-4f79-bc09-617baf523457"
authors = ["[email protected]"]
version = "0.2.4"
[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
WignerD = "87c4ff3e-34df-11e9-37a7-516cea4e0402"
[compat]
Colors = "0.12.11"
Compose = "0.9.5"
DelimitedFiles = "1.9.1"
FastGaussQuadrature = "1.0.2"
LaTeXStrings = "1.3.1"
Plots = "1.39.0"
StaticArrays = "1.9.0"
WignerD = "0.1.4"
ProgressBars="1.5.1"
julia = "1.10.0"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]