-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
35 lines (31 loc) · 1.16 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
name = "VectorSphericalHarmonics"
uuid = "4b2bd704-7189-418b-a6ce-5ef15384b069"
authors = ["jishnub <jishnub@users.noreply.github.com> and contributors"]
version = "0.1.9"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
SphericalHarmonicArrays = "9dd28c12-4719-4e7d-b634-e7b733a6d046"
SphericalHarmonicModes = "0e9554e2-b38b-11e9-16d7-9d9abfec665a"
SphericalHarmonics = "c489a379-e885-57ff-9236-bd896d33c250"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
HCubature = "1.5"
LegendrePolynomials = "0.3"
OffsetArrays = "1"
Rotations = "1"
SphericalHarmonicArrays = "0.4"
SphericalHarmonicModes = "0.4.14"
SphericalHarmonics = "0.1.14"
StaticArrays = "1.2.1"
WignerD = "0.1.1"
julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WignerD = "87c4ff3e-34df-11e9-37a7-516cea4e0402"
[targets]
test = ["Aqua", "HCubature", "LegendrePolynomials", "Rotations", "Test", "WignerD"]