-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (27 loc) · 1.04 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
name = "NPCFs"
uuid = "e414b0ab-d40c-4bbc-9f57-095db2c1b88c"
authors = ["Oliver Philcox <ohep2@cantab.ac.uk>"]
version = "1.0.0"
[deps]
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
HypergeometricFunctions = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SphericalHarmonics = "c489a379-e885-57ff-9236-bd896d33c250"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
julia = "1.6"
ClassicalOrthogonalPolynomials = "0.4.10"
HypergeometricFunctions = "0.3.5"
LegendrePolynomials = "0.3.3"
Parameters = "0.12.3"
Rotations = "1.0.2"
SpecialFunctions = "1.7.0"
SphericalHarmonics = "0.1.18"
WignerSymbols = "2.0.0"