-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
32 lines (30 loc) · 1022 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
name = "AstroBase"
uuid = "e1773a3a-3ab2-51da-b25a-65b4161c689f"
license = "MIT"
desc = "Base types and functions for Astro* packages"
version = "0.1.0"
[deps]
AstroTime = "c61b5328-d09d-5e37-a9a8-0eb41c39009c"
EarthOrientation = "732a3c5d-d6c0-58bc-adb1-1b51709a25e2"
ItemGraphs = "d5eda45b-7e79-5788-9687-2c6ab7b96158"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReferenceFrameRotations = "74f56ac7-18b3-5285-802d-d4bd4f104033"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[compat]
AstroTime = "^0.7"
EarthOrientation = "^0.7"
ItemGraphs = "^0.4"
LinearAlgebra = "^1.6"
MuladdMacro = "^0.2"
Parameters = "^0.12, ^0.13"
Reexport = "^1"
ReferenceFrameRotations = "^3"
Roots = "^2"
SpecialFunctions = "^2"
StaticArrays = "^1"
julia = "^1.6"