-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathProject.toml
30 lines (26 loc) · 859 Bytes
/
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
name = "UNet"
uuid = "0d73aaa9-994a-4556-95d0-da67cb772a03"
authors = ["dhairyagandhi <dhairya@juliacopmuting.com>"]
version = "0.2.2"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
ImageCore = "a09fc81d-aa75-5fe9-8630-4744c3626534"
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Distributions = "0.20, 0.21, 0.22, 0.23, 0.25"
FileIO = "1"
Flux = "0.10, 0.11, 0.12, 0.14"
ImageCore = "0.8, 0.9"
ImageTransformations = "0.8, 0.9"
Reexport = "0.2, 1"
StatsBase = "0.30, 0.33"
julia = "1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]