-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathProject.toml
More file actions
28 lines (24 loc) · 806 Bytes
/
Project.toml
File metadata and controls
28 lines (24 loc) · 806 Bytes
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
name = "RvSpectMLBase"
uuid = "c48404b2-35ea-40e7-ac7f-06a53de703d6"
authors = ["Eric Ford"]
version = "0.2.4"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CSV = "0.7, 0.8, 0.9.11, 0.10"
DataFrames = "0.21, 0.22, 1.0, 1.1, 1.7"
NaNMath = "0.3, 1, 1.1"
Query = "1.0"
SpecialFunctions = "1.0, 1.1, 2, 2.5"
julia = "1.6, 1.7, 1.8, 1.9, 1.10, 1.11"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]