-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (33 loc) · 1.11 KB
/
Project.toml
File metadata and controls
37 lines (33 loc) · 1.11 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
name = "EchelleInstruments"
uuid = "533b6e3a-cbf4-4a92-8a96-bc27ebcb1598"
authors = ["Eric Ford"]
version = "0.2.11"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FITSIO = "525bcba6-941b-5504-bd06-fd0dc1a4d2eb"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
RvSpectMLBase = "c48404b2-35ea-40e7-ac7f-06a53de703d6"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
CSV = "0.7, 0.8, 0.9.11, 0.10"
DataFrames = "0.21, 0.22, 1.0, 1.1"
FITSIO = "0.16, 0.17"
Interpolations = "0.12, 0.13, 0.14, 0.15"
Missings = "0.4.5, 1.0"
NaNMath = "0.3.5, 1"
Polynomials = "1.2, 2, 3, 4"
Query = "1"
RvSpectMLBase = "0.2.3"
StatsBase = "0.33, 0.34"
julia = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]