Skip to content

Commit

Permalink
CompatHelper: bump compat for Flux in [weakdeps] to 0.16, (keep exist…
Browse files Browse the repository at this point in the history
…ing compat)
  • Loading branch information
CompatHelper Julia committed Dec 16, 2024
1 parent d962073 commit 65f34f9
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[sources.LuxCore]
path = "lib/LuxCore"

[sources.LuxLib]
path = "lib/LuxLib"

[sources.MLDataDevices]
path = "lib/MLDataDevices"

[sources.WeightInitializers]
path = "lib/WeightInitializers"

[extensions]
LuxComponentArraysExt = "ComponentArrays"
LuxEnzymeExt = "Enzyme"
Expand Down Expand Up @@ -79,7 +91,7 @@ DispatchDoctor = "0.4.12"
Enzyme = "0.13.16"
EnzymeCore = "0.8.6"
FastClosures = "0.3.2"
Flux = "0.15"
Flux = "0.15, 0.16"
ForwardDiff = "0.10.36"
FunctionWrappers = "1.1.3"
Functors = "0.5"
Expand Down Expand Up @@ -111,9 +123,3 @@ Tracker = "0.2.37"
WeightInitializers = "1"
Zygote = "0.6.70"
julia = "1.10"

[sources]
LuxCore = { path = "lib/LuxCore" }
LuxLib = { path = "lib/LuxLib" }
MLDataDevices = { path = "lib/MLDataDevices" }
WeightInitializers = { path = "lib/WeightInitializers" }

0 comments on commit 65f34f9

Please sign in to comment.