-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathProject.toml
36 lines (31 loc) · 985 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
31
32
33
34
35
36
name = "SkyCoords"
uuid = "fc659fc5-75a3-5475-a2ea-3da92c065361"
authors = "Kyle Barbary, Mosé Giordano, and contributors"
version = "1.4.0"
[deps]
AstroAngles = "5c4adb95-c1fc-4c53-b4ea-2a94080c53d2"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
[extensions]
AccessorsExt = "Accessors"
MakieExt = "Makie"
UnitfulExt = "Unitful"
[compat]
Accessors = "0.1"
AstroAngles = "0.2"
ConstructionBase = "1"
Makie = "0.21.18"
Rotations = "1"
StaticArrays = "0.8, 0.9, 1"
Unitful = "1.15"
julia = "1.6"
[extras]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"