-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
52 lines (48 loc) · 1.87 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
name = "EffectiveWaves"
uuid = "37e8709b-1ed2-53db-b26a-3571262b3cb4"
authors = ["Artur L. Gower <[email protected]>"]
version = "0.3.6"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MDBM = "dd61e66b-39ce-57b0-8813-509f78be4b4d"
MultipleScattering = "80a8ab25-5750-5d93-a6d7-4adc97cdd5fb"
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ParticleCorrelations = "2bdc0d93-21f3-4e16-a26e-769a2eaf80d4"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Accessors = "^0.1"
CSV = "^0.10"
ClassicalOrthogonalPolynomials = "0.3 - 0.11"
HCubature = "1"
Interpolations = "0.12, ^0.13"
IterTools = "1"
MDBM = "0.1"
MultipleScattering = "^0.1.21"
OffsetArrays = "^0.23, 1"
Optim = "0.22, 1"
ParticleCorrelations = "^0.0.1"
RecipesBase = "1.0"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.3, 0.7, 0.8, 0.9, 0.10, 1.0, 2.0"
StaticArrays = "0.12, 1"
julia = "^1.5"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ClassicalOrthogonalPolynomials = "b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["LinearAlgebra", "CSV", "Test", "HCubature", "ClassicalOrthogonalPolynomials", "Statistics"]