You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, we should update our [compat] entry. It still says Julia v1.6 but that is not true. The error with v1.9 is expected, we don't support Julia < 1.10 for the new version (RxInfer and ReactiveMP also should set minimum required version to 1.10).
I encountered this error when trying to compile
RxInfer v3.0.2
(which usesGraphPPL v4.0.2
) for Julia1.9.4
:@Kwargs
does not seem to exist before Julia 1.10, but is used in the graph_engine of GraphPPL.Compiling RxInfer for Julia 1.10 works, however.
The text was updated successfully, but these errors were encountered: