-
Notifications
You must be signed in to change notification settings - Fork 251
/
Copy pathProject.toml
53 lines (51 loc) · 1.94 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
name = "Gadfly"
uuid = "c91e804a-d5a3-530f-b6f0-dfbca275c004"
version = "1.4.0"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Compose = "a81c6b42-2e10-5240-aca2-a61377ecd94b"
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
CoupledFields = "7ad07ef1-bdf2-5661-9d2b-286fd4296dac"
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Hexagons = "a1b4810d-1bce-5fbd-ac56-80944d57a21f"
IndirectArrays = "9b13fd28-a010-5f03-acff-a1bbcff69959"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"
KernelDensity = "5ab0869b-81aa-558d-bb23-cbf5423bbe9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Loess = "4345ca2d-374a-55d4-8d30-97f9976e7612"
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
CategoricalArrays = "0.8, 0.9, 0.10"
Colors = "0.9, 0.10, 0.11, 0.12"
Compose = "0.9"
Contour = "0.5, 0.6"
CoupledFields = "0.1, 0.2, 0.3"
DataAPI = "1.6"
DataStructures = "0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
Distributions = "0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
DocStringExtensions = "0.7, 0.8, 0.9"
Hexagons = "0.2"
IndirectArrays = "1"
IterTools = "1"
JSON = "0.18, 0.19, 0.20, 0.21"
Juno = "0.7, 0.8"
KernelDensity = "0.5, 0.6"
Loess = "0.4, 0.5, 0.6"
Measures = "0.3.2"
Requires = "0.5, 1"
Showoff = "0.2, 0.3, 1"
julia = "1.6"