-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 1.13 KB
/
Copy pathProject.toml
File metadata and controls
35 lines (31 loc) · 1.13 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
name = "Prototypes"
uuid = "c4b71826-3ae8-424d-8064-a6162adbcdaa"
authors = ["Erik Loualiche"]
version = "0.6.9"
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
HTTP = "1.10.15"
Missings = "1.2.0"
PalmerPenguins = "0.1.4"
StatsBase = ">= 0.33"
StreamToString = "0.1.0"
julia = "1"
[extras]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
PalmerPenguins = "8b842266-38fa-440a-9b57-31493939ab85"
StreamToString = "dc918f9c-79cc-42e6-85f1-d8b9b09632f4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "PalmerPenguins", "StreamToString", "HTTP"]