Skip to content

Commit 5c0d0e1

Browse files
github-actions[bot]CompatHelper Julia
andauthored
chore: bump compat for Flux in [weakdeps] to 0.16, (keep existing compat) (#1136)
Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
1 parent d962073 commit 5c0d0e1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

Project.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
5151
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
5252
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5353

54+
[sources.LuxCore]
55+
path = "lib/LuxCore"
56+
57+
[sources.LuxLib]
58+
path = "lib/LuxLib"
59+
60+
[sources.MLDataDevices]
61+
path = "lib/MLDataDevices"
62+
63+
[sources.WeightInitializers]
64+
path = "lib/WeightInitializers"
65+
5466
[extensions]
5567
LuxComponentArraysExt = "ComponentArrays"
5668
LuxEnzymeExt = "Enzyme"
@@ -79,7 +91,7 @@ DispatchDoctor = "0.4.12"
7991
Enzyme = "0.13.16"
8092
EnzymeCore = "0.8.6"
8193
FastClosures = "0.3.2"
82-
Flux = "0.15"
94+
Flux = "0.15, 0.16"
8395
ForwardDiff = "0.10.36"
8496
FunctionWrappers = "1.1.3"
8597
Functors = "0.5"
@@ -111,9 +123,3 @@ Tracker = "0.2.37"
111123
WeightInitializers = "1"
112124
Zygote = "0.6.70"
113125
julia = "1.10"
114-
115-
[sources]
116-
LuxCore = { path = "lib/LuxCore" }
117-
LuxLib = { path = "lib/LuxLib" }
118-
MLDataDevices = { path = "lib/MLDataDevices" }
119-
WeightInitializers = { path = "lib/WeightInitializers" }

0 commit comments

Comments
 (0)