-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (38 loc) · 1.36 KB
/
Project.toml
File metadata and controls
40 lines (38 loc) · 1.36 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
name = "PlateReaderCore"
uuid = "2b4c48dc-1b92-4099-97f1-4be60df0c905"
authors = ["TAPO (Thomas Agersten Poulsen) <tapo@novozymes.com> and contributors"]
version = "0.1.0"
[deps]
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GZip = "92fee26a-97fe-5a0c-ad85-20a5f3185b63"
Hyperscript = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
SmoothingSplines = "102930c3-cf33-599f-b3b1-9a29a5acab30"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
[compat]
CSV = "0.8, 0.9"
DataFrames = "0.22, 1.1"
DataFramesMeta = "0.6, 0.7, 0.8, 0.9, 0.10"
Distributions = "0.24, 0.25"
GZip = "0.5"
Hyperscript = "0.0.4"
JSON = "0.21"
LsqFit = "0.12"
PackageCompiler = "1.2, 2"
Revise = "3.1"
Setfield = "0.7, 0.8"
SmoothingSplines = "0.3"
XLSX = "0.7"
julia = "1.5.3"