From 95bc90d608d3dd1607cbdda7889349c5b1fc4de2 Mon Sep 17 00:00:00 2001 From: Torkel Date: Mon, 25 Sep 2023 19:55:57 -0400 Subject: [PATCH] 1.6 compat --- src/Catalyst.jl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Catalyst.jl b/src/Catalyst.jl index b33b6782d0..f660569954 100644 --- a/src/Catalyst.jl +++ b/src/Catalyst.jl @@ -106,5 +106,8 @@ export balance_reaction # HomotopyContinuation function hc_steady_states end export hc_steady_states +if !isdefined(Base, :get_extension) # Workaroudn for 1.6 compatibility + include("../ext/CatalystHomotopyContinuationExtension.jl") + end end # module