-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
43 lines (41 loc) · 1.45 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
34
35
36
37
38
39
40
41
42
43
name = "Transits"
uuid = "2e59a628-7bac-4d38-8059-3a73ba0928ab"
authors = ["Miles Lucas <[email protected]> and contributors"]
version = "0.4.0"
[deps]
AstroLib = "c7932e45-9af1-51e7-9da9-f004cd3a462b"
Bijectors = "76274a88-744f-5084-9051-94815aaf08c4"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
KeywordCalls = "4d827475-d3e4-43d6-abe3-9688362ede9f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Orbits = "88f3d70c-3a4c-11ed-1389-4902f2e49de8"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
AstroLib = "0.4"
Bijectors = "0.8, 0.9, 0.10"
ChainRulesCore = "1"
ConcreteStructs = "0.2"
Distributions = "0.22, 0.23, 0.24, 0.25"
FastGaussQuadrature = "0.4, 1"
KeywordCalls = "0.2"
LinearAlgebra = "1.5"
Orbits = "0.1"
Printf = "1.5"
Random = "1.5"
Rotations = "1"
SpecialFunctions = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 1, 2"
StaticArrays = "0.12, 1"
StatsFuns = "0.9, 1"
Unitful = "1.9"
UnitfulAstro = "1"
julia = "1.5"