-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 946 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 946 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
27
28
29
30
31
32
name = "ColorSchemeTools"
uuid = "d3e213a1-5e82-5c18-bb32-2a58a99f8c46"
authors = ["cormullion <cormullion@mac.com>"]
version = "1.5.0"
[deps]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
[compat]
Clustering = "0.15"
ColorSchemes = "3"
Colors = "0.9, 0.10, 0.11, 0.12, 0.13"
FileIO = "1"
ImageMagick = "1.3"
Images = "0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26"
Interpolations = "0.12, 0.13, 0.14, 0.15"
QuartzImageIO = "0.7"
julia = "1.6"
[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]