update Juno compat
This commit is contained in:
parent
6f0710d364
commit
9bb388d953
|
@ -1,6 +1,6 @@
|
||||||
name = "Flux"
|
name = "Flux"
|
||||||
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
|
uuid = "587475ba-b771-5e3f-ad9e-33799f191a9c"
|
||||||
version = "0.10.1"
|
version = "0.10.2"
|
||||||
|
|
||||||
[deps]
|
[deps]
|
||||||
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
|
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
|
||||||
|
@ -29,7 +29,7 @@ Adapt = "1"
|
||||||
CodecZlib = "0.5, 0.6"
|
CodecZlib = "0.5, 0.6"
|
||||||
Colors = "0.8, 0.9"
|
Colors = "0.8, 0.9"
|
||||||
CuArrays = "1.6"
|
CuArrays = "1.6"
|
||||||
Juno = "0.5, 0.6, 0.7"
|
Juno = "0.5, 0.6, 0.7, 0.8"
|
||||||
MacroTools = "0.3, 0.4, 0.5"
|
MacroTools = "0.3, 0.4, 0.5"
|
||||||
NNlib = "0.6"
|
NNlib = "0.6"
|
||||||
Reexport = "0.2"
|
Reexport = "0.2"
|
||||||
|
|
Loading…
Reference in New Issue