-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
52 lines (48 loc) · 1.87 KB
/
Copy pathProject.toml
File metadata and controls
52 lines (48 loc) · 1.87 KB
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
44
45
46
47
48
49
50
51
52
name = "SatelliteToolboxDifferentiability"
uuid = "c928fb33-6d63-4682-8424-f4348068a3cb"
authors = ["Jordan Murphy <jmurphy6895@gmail.com> and contributors"]
version = "1.0.0-DEV"
[deps]
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DifferentiationInterfaceTest = "a82114a7-5aa3-49a8-9643-716bb13727a3"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
ImplicitDifferentiation = "57b37032-215b-411a-8a7c-41a003a55207"
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SatelliteToolboxAtmosphericModels = "5718ef0a-a30f-426d-bcd9-4cf31dd12909"
SatelliteToolboxGeomagneticField = "9fc549ba-b5d7-49a2-b268-8171e5fb6e89"
SatelliteToolboxGravityModels = "bd9e9728-6f7b-4d28-9e50-c765cb1b7c8c"
SatelliteToolboxPropagators = "c2b69894-ea78-4e2b-9ba6-cedbbc3d14d7"
SatelliteToolboxSgp4 = "ba14ac17-bfc9-4710-a76f-b32930ef2339"
SatelliteToolboxTransformations = "6b019ec1-7a1e-4f04-96c7-a9db1ca5514d"
SpaceIndices = "5a540a4e-639f-452a-b107-23ea09ed4d36"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
DifferentiationInterface = "0.7"
DifferentiationInterfaceTest = "0.11"
Enzyme = "0.13"
FiniteDiff = "2"
ForwardDiff = "1"
GTPSA = "1"
ImplicitDifferentiation = "0.9"
Mooncake = "0.4, 0.5"
PolyesterForwardDiff = "0.1"
Reexport = "1"
SatelliteToolboxAtmosphericModels = "1"
SatelliteToolboxGeomagneticField = "1"
SatelliteToolboxGravityModels = "1"
SatelliteToolboxSgp4 = "2"
SatelliteToolboxTransformations = "1"
SpaceIndices = "2"
TaylorDiff = "0.3"
Zygote = "0.7"
julia = "1.10, 1.11, 1.12"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]