forked from lhapp27/FewBodyToolkit.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
36 lines (32 loc) · 1.09 KB
/
Copy pathProject.toml
File metadata and controls
36 lines (32 loc) · 1.09 KB
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
name = "FewBodyToolkit"
uuid = "28c40a4d-cd08-48a0-9e99-cc2df8099be4"
authors = ["lhapp27 <lucas.happ@riken.jp>"]
version = "0.3.2"
[deps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PartialWaveFunctions = "793d2195-304b-438e-bbb1-bc33c872ac39"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
Interpolations = "0.16"
Literate = "2.20"
OffsetArrays = "1.17"
Optim = "1.12"
PartialWaveFunctions = "0.2"
QuadGK = "2.11"
Reexport = "1.2"
Roots = "2.2"
SpecialFunctions = "2.5"
StaticArrays = "1.9"
WignerSymbols = "2.0"
julia = "1.10"