-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
33 lines (29 loc) · 1.2 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
name = "ElasticWaves"
uuid = "2059c4e4-f3cf-49e7-a5b5-bbbf8606edbe"
authors = ["Art Gower <[email protected]>", "Jess Kent <[email protected]>", "Matheus Loures <[email protected]>"]
version = "0.1.0"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
BlockDiagonals = "0a1fb500-61f7-11e9-3c65-f5ef3456f9f0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultipleScattering = "80a8ab25-5750-5d93-a6d7-4adc97cdd5fb"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
Accessors = "^0.1"
BlockArrays = "^0.4, ^0.16"
BlockDiagonals = "^0.1, ^0.1.42"
MultipleScattering = "^0.1.19"
RecipesBase = "1"
SpecialFunctions = "^0.7, ^0.8, ^0.9, 0.10, 1, 2"
StaticArrays = "^0.8, ^0.9, ^0.10, ^0.11, 0.12, ^1"
julia = "1"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MultipleScattering = "80a8ab25-5750-5d93-a6d7-4adc97cdd5fb"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Statistics", "LinearAlgebra", "MultipleScattering"]