-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
44 lines (40 loc) · 1.42 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
name = "SegRCDB"
uuid = "78ee4947-eb1e-45c0-ab6c-6599dca45730"
authors = ["Satoshi Terasaki <[email protected]> and contributors"]
version = "0.1.0"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageDraw = "4381153b-2b60-58ae-a1ba-fd683676385f"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
ToStruct = "43ec2cc1-0e50-5406-a854-b7ff8fdb8dad"
[compat]
ColorTypes = "0.11, 0.12"
Distributions = "0.25"
FileIO = "1"
FixedPointNumbers = "0.8"
ImageCore = "0.10"
ImageDraw = "0.2"
ImageIO = "0.6"
ProgressMeter = "1"
StaticArrays = "1"
TOML = "1"
ToStruct = "0.2"
julia = "1.9.0"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
PythonCall = "6099a3de-0909-46bc-b1f4-468b9a2dfc0d"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "CondaPkg", "StableRNGs", "PythonCall", "Aqua", "JET"]