Skip to content

Commit 17361d3

Browse files
authored
Remove Zygote extension requirement for compatibility
Removed the requirement for Zygote extension for backward compatibility.
1 parent e6be62e commit 17361d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ReactiveMP.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ function __init__()
110110
# For Julia > 1.9 this will be loaded automatically without need in `Requires.jl`
111111
@static if !isdefined(Base, :get_extension)
112112
@require Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2" include("../ext/ReactiveMPOptimisersExt/ReactiveMPOptimisersExt.jl")
113-
@require Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" include("../ext/ReactiveMPZygoteExt/ReactiveMPZygoteExt.jl")
114113
@require ExponentialFamilyProjection = "17f509fa-9a96-44ba-99b2-1c5f01f0931b" include("../ext/ReactiveMPProjectionExt/ReactiveMPProjectionExt.jl")
115114
end
116115

0 commit comments

Comments
 (0)