-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
35 lines (31 loc) · 1.19 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
name = "SSOFApplication"
uuid = "fc75f9f1-43c3-436d-90f8-a4e4bacb1b17"
authors = ["Chistian Gilbertson <[email protected]>"]
version = "0.0.1"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
EchelleCCFs = "5d9f57b1-d7b5-417c-8d79-eedbcaad0187"
EchelleInstruments = "533b6e3a-cbf4-4a92-8a96-bc27ebcb1598"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
RvSpectML = "1f61ac2c-3a1c-440a-925a-2707197041c8"
RvSpectMLBase = "c48404b2-35ea-40e7-ac7f-06a53de703d6"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StellarSpectraObservationFitting = "6b1189bd-9150-44f8-8055-f6ca7d16451e"
[compat]
CSV = "0.10"
EchelleCCFs = "0.2.8"
EchelleInstruments = "0.2.8"
StellarSpectraObservationFitting = ">=0.1.3"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]