2018-10-26 14:39:32 +00:00
|
|
|
name = "Flux"
|
|
|
|
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
|
2020-03-03 18:05:23 +00:00
|
|
|
version = "0.10.3"
|
2018-10-26 14:39:32 +00:00
|
|
|
|
|
|
|
[deps]
|
|
|
|
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
|
|
|
|
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
|
|
|
|
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
|
|
|
|
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
|
2019-08-27 07:33:15 +00:00
|
|
|
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"
|
2019-02-07 00:17:59 +00:00
|
|
|
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
|
2018-10-26 14:39:32 +00:00
|
|
|
Juno = "e5e0dc1b-0480-54bc-9374-aad01c23163d"
|
|
|
|
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
|
|
|
|
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
|
2019-01-15 16:43:57 +00:00
|
|
|
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
|
2018-10-26 14:39:32 +00:00
|
|
|
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
|
|
|
|
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
|
|
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
|
2019-01-30 11:56:54 +00:00
|
|
|
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
|
2018-10-26 14:39:32 +00:00
|
|
|
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
|
|
|
|
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
|
2019-03-08 12:06:09 +00:00
|
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
ZipFile = "a5390f91-8eb1-5f08-bee0-b1d1ffed6cea"
|
|
|
|
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
|
2019-03-30 14:36:43 +00:00
|
|
|
|
2019-04-25 16:55:43 +00:00
|
|
|
[compat]
|
2020-01-13 12:08:59 +00:00
|
|
|
AbstractTrees = "0.2, 0.3"
|
2019-11-28 16:23:22 +00:00
|
|
|
Adapt = "1"
|
|
|
|
CodecZlib = "0.5, 0.6"
|
2020-02-23 18:42:11 +00:00
|
|
|
Colors = "0.8, 0.9, 0.10, 0.11"
|
2020-01-13 10:48:20 +00:00
|
|
|
CuArrays = "1.6"
|
2020-02-16 17:29:18 +00:00
|
|
|
Juno = "0.5, 0.6, 0.7, 0.8"
|
2019-11-28 16:23:22 +00:00
|
|
|
MacroTools = "0.3, 0.4, 0.5"
|
2019-04-25 16:55:43 +00:00
|
|
|
NNlib = "0.6"
|
2019-11-28 16:23:22 +00:00
|
|
|
Reexport = "0.2"
|
|
|
|
StatsBase = "0"
|
2020-01-13 12:08:59 +00:00
|
|
|
ZipFile = "0.7, 0.8, 0.9"
|
2019-11-06 12:23:12 +00:00
|
|
|
Zygote = "0.4"
|
2019-11-06 17:40:51 +00:00
|
|
|
julia = "1"
|
2019-04-25 16:55:43 +00:00
|
|
|
|
2019-03-30 14:36:43 +00:00
|
|
|
[extras]
|
2019-09-10 14:02:43 +00:00
|
|
|
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
|
2020-02-26 12:48:27 +00:00
|
|
|
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
|
|
|
|
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
2019-03-30 14:36:43 +00:00
|
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
|
|
|
|
[targets]
|
2020-02-26 12:48:27 +00:00
|
|
|
test = ["Test", "Documenter", "IterTools", "LinearAlgebra"]
|