-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathProject.toml
103 lines (99 loc) · 3.27 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
name = "MagNav"
uuid = "f91b31a4-be4d-40e3-b767-4b8c09c10076"
version = "1.2.1"
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
FluxOptTools = "ca11d760-9bce-11e9-0b7e-4f72fcadb4f9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GLMNet = "8d5ece8b-de18-5317-b113-243142960cc6"
GR = "28b8d3ca-fb5f-59d9-8090-bfdbd6d07a71"
Geodesy = "0ef565a4-170c-5f04-8de2-149903a85f3d"
GlobalSensitivity = "af5da776-676b-467e-8baf-acd8249e4f0f"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
Inflate = "d25df0c9-e2be-5dd7-82c8-3ad0b3e990b9"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MLJLinearModels = "6ee0df7b-362f-4a72-a706-9e79364fb692"
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SatelliteToolboxGeomagneticField = "9fc549ba-b5d7-49a2-b268-8171e5fb6e89"
ShapML = "8523bd24-6f66-414b-9e1e-b02db3916d64"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ArchGDAL = "0.10"
BSON = "0.3"
BenchmarkTools = "1"
CSV = "0.10"
DSP = "0.7, 0.8"
DataFrames = "1"
DelimitedFiles = "1"
Distributions = "0.25"
ExponentialUtilities = "1"
Flux = "0.13, 0.14"
FluxOptTools = "0.1"
ForwardDiff = "0.10"
GLMNet = "0.7"
GR = "0.72, 0.73"
Geodesy = "1"
GlobalSensitivity = "2"
HDF5 = "0.16, 0.17"
Inflate = "0.1"
Interpolations = "0.14, 0.15"
IterTools = "1"
KernelFunctions = "0.10"
LazyArtifacts = "1"
LinearAlgebra = "1"
MAT = "0.10"
MLJLinearModels = "0.9, 0.10"
NearestNeighbors = "0.4"
Optim = "1"
Parameters = "0.12"
Pkg = "1"
Plots = "1"
Pluto = "0.19, 0.20"
PrecompileTools = "1"
Random = "1"
RecipesBase = "1"
Revise = "3"
SatelliteToolboxGeomagneticField = "0.1, 1"
ShapML = "0.3"
SpecialFunctions = "2"
Statistics = "1"
StatsBase = "0.33, 0.34"
TOML = "1"
Test = "1"
TestItemRunner = "0.2, 1"
ZipFile = "0.10"
Zygote = "0.6"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "TestItemRunner"]