Skip to content

Commit ab3e718

Browse files
committed
Julia 1.10 works too (I think)
1 parent 1565acf commit ab3e718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/App.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@
105105

106106
<p>
107107
<b>Note about Enzyme:</b> Enzyme does not work with DynamicPPL 0.37
108-
/ Turing 0.40 because of
108+
/ Turing 0.40 on Julia 1.11 because of
109109
<a
110110
href="https://github.com/EnzymeAD/Enzyme.jl/issues/2429"
111111
target="_blank">this issue</a
112-
>. If you want to use Enzyme with Turing, please use an older
113-
version of Turing / DynamicPPL.
112+
>. If you want to use Enzyme with Turing, please use Julia 1.10, or
113+
an older version of Turing / DynamicPPL.
114114
</p>
115115

116116
{#each categorisedData.entries() as [category, modelData]}

0 commit comments

Comments
 (0)