-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
26 lines (22 loc) · 706 Bytes
/
Project.toml
File metadata and controls
26 lines (22 loc) · 706 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
name = "AnalyticalMethodValidation"
uuid = "b401a7b7-5953-49f1-86ca-9d186498acee"
authors = ["Yu-Fong Peng <sciphypar@gmail.com>"]
version = "0.2.4"
[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
ChemistryQuantitativeAnalysis = "3ed48883-6809-43ec-b77a-d23b0650d8c4"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dictionaries = "85a47980-9c8c-11e8-2b9f-f7ca1fa99fb4"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CSV = "0.10"
Chain = "0.5, 0.6, 1"
ChemistryQuantitativeAnalysis = "0.7, 0.8"
DataFrames = "1.5"
Dictionaries = "0.3, 0.4"
julia = "1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]