-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
29 lines (25 loc) · 863 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
name = "ParticleCorrelations"
uuid = "2bdc0d93-21f3-4e16-a26e-769a2eaf80d4"
authors = ["Artur Gower", "Aristeidis Karnezis"]
version = "0.0.2"
[deps]
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultipleScattering = "80a8ab25-5750-5d93-a6d7-4adc97cdd5fb"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
HCubature = "1"
LegendrePolynomials = "0.3, 0.4"
MultipleScattering = "^0.1"
Optim = "0.22, 1"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.3, 0.7, 0.8, 0.9, 0.10, 1.0, 2.0"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]