-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathProject.toml
More file actions
55 lines (53 loc) · 1.94 KB
/
Project.toml
File metadata and controls
55 lines (53 loc) · 1.94 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
53
54
55
name = "StellarSpectraObservationFitting"
uuid = "6b1189bd-9150-44f8-8055-f6ca7d16451e"
authors = ["Chistian Gilbertson <chistianjgilbertson@gmail.com>"]
version = "0.1.3"
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
DataInterpolations = "82cc6244-b520-54b8-b5a6-8a565e85f1d0"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ExpectationMaximizationPCA = "20521544-8895-46ad-ab44-5135df82bd8f"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MKLSparse = "0c723cd3-b8cd-5d40-b370-ba682dde9aae"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Nabla = "49c96f43-aa6d-5a04-a506-44c7070ebe78"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
ParameterHandling = "2412ca09-6db7-441c-8e3a-88d5709968c5"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
SortFilters = "d6dedbf8-78c7-4e81-bd5f-fe48695b798a"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TemporalGPs = "e155a3c4-0841-43e1-8b83-a0e4f03cc18f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
[compat]
AbstractGPs = "0.5"
DSP = "0.7"
DataInterpolations = "4"
Distributions = "0.25"
ExpectationMaximizationPCA = "0.2"
KernelFunctions = "0.10"
LineSearches = "7"
MKLSparse = "1"
NaNMath = "1"
Nabla = "< 0.13"
Optim = "1"
ParameterHandling = "0.4"
Polynomials = "3"
RollingFunctions = "0.6, 0.7"
SortFilters = "0.1"
SpecialFunctions = "1, 2"
StaticArrays = "1.5"
StatsBase = "0.33, 0.34"
TemporalGPs = "0.5 - 0.6.7"
Unitful = "1"
UnitfulAstro = "1"
julia = "1"