-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
30 lines (26 loc) · 914 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
30
name = "SatelliteToolboxGeomagneticField"
uuid = "9fc549ba-b5d7-49a2-b268-8171e5fb6e89"
license = "MIT"
desc = "Models to compute the geomagnetic field."
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "1.0.0"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
SatelliteToolboxLegendre = "7fa26607-a272-47b2-9aa2-a6c1d419d9d2"
SatelliteToolboxTransformations = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
DelimitedFiles = "1.9"
LinearAlgebra = "1.10"
ReferenceFrameRotations = "3"
SatelliteToolboxLegendre = "1"
SatelliteToolboxTransformations = "1"
StaticArrays = "1"
Test = "1.10"
julia = "1.10"
[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "DelimitedFiles"]