Skip to content

Commit

Permalink
Merge pull request #414 from LuxDL/ap/ca_remove
Browse files Browse the repository at this point in the history
Upstream CA patches for AD Packages
  • Loading branch information
avik-pal authored Sep 23, 2023
2 parents b2dcad4 + f84548f commit 6a87ce8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 48 deletions.
6 changes: 2 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Lux"
uuid = "b2108857-7c20-44ae-9111-449ecde12c47"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "0.5.6"
version = "0.5.7"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -38,8 +38,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extensions]
LuxComponentArraysExt = "ComponentArrays"
LuxComponentArraysReverseDiffExt = ["ComponentArrays", "ReverseDiff"]
LuxComponentArraysTrackerExt = ["ComponentArrays", "Tracker"]
LuxComponentArraysZygoteExt = ["ComponentArrays", "Zygote"]
LuxFluxTransformExt = "Flux"
LuxLuxAMDGPUExt = "LuxAMDGPU"
LuxLuxCUDAExt = "LuxCUDA"
Expand All @@ -50,7 +48,7 @@ LuxZygoteExt = "Zygote"
ADTypes = "0.1, 0.2"
Adapt = "3"
ChainRulesCore = "1"
ComponentArrays = "0.13, 0.14, 0.15"
ComponentArrays = "0.15.2"
ConcreteStructs = "0.2"
FillArrays = "0.13, 1"
Flux = "0.13, 0.14"
Expand Down
35 changes: 0 additions & 35 deletions ext/LuxComponentArraysTrackerExt.jl

This file was deleted.

9 changes: 0 additions & 9 deletions ext/LuxComponentArraysZygoteExt.jl

This file was deleted.

0 comments on commit 6a87ce8

Please sign in to comment.