-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
39 lines (35 loc) · 1.22 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
name = "RandomLogos"
uuid = "ae2b3ca2-baa9-4ff5-b4d2-d3fa2d2d37cc"
authors = ["Satoshi Terasaki <terasakisatoshi.math@gmail.com> and contributors"]
version = "0.1.1"
[deps]
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
ToStruct = "43ec2cc1-0e50-5406-a854-b7ff8fdb8dad"
VectorizedReduction = "4ffe575c-65e5-43f4-bc05-e0b500dc3d2c"
[compat]
ConcreteStructs = "0.2"
Distributions = "0.25"
ImageCore = "0.9, 0.10"
Images = "0.25, 0.26"
LoopVectorization = "0.12"
Rotations = "1"
StaticArrays = "1"
TOML = "1"
ToStruct = "0.2"
VectorizedReduction = "0.1"
julia = "1.8.0"
[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "StableRNGs", "JET"]