-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
29 lines (25 loc) · 967 Bytes
/
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
name = "Carla"
uuid = "cd055636-c971-4d1b-b455-aa969f19e596"
authors = ["Athul Sudheesh", "Richard M. Golden"]
version = "0.1.0"
[deps]
CDMrdata = "60f1a76e-720d-4784-bbc6-074b7a9a39a5"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Match = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
PrettyPrinting = "54e16d92-306c-5ea0-a30b-337be88ac337"
ProfileView = "c46f51b8-102a-5cf2-8d2c-8597cb0e0da7"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[compat]
julia = "1.7"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]