-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (29 loc) · 1.11 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 = "PhasedArray"
uuid = "26694ec9-1e1a-50ce-959e-f72fe0aa84a3"
authors = ["Soeren Schoenbrod <soeren.schoenbrod@nav.rwth-aachen.de>",
"Michael Niestroj <michael.niestroj@nav.rwth-aachen.de"]
version = "0.9.2"
[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
JuliennedArrays = "5cadff95-7770-533d-a838-a1bf817ee6e0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
DocStringExtensions = "0.6, 0.7, 0.8"
CoordinateTransformations = "0.5, 0.6"
Interpolations = "0.12, 0.13, 0.14"
JuliennedArrays = "0.2, 0.3"
RecipesBase = "1.0"
Rotations = "0.12, 0.13, 1.0"
StaticArrays = "0.12, 1.0"
julia = "1.4"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Random", "Rotations"]