From c7778bb7329ac51702dc856752c26aa9cd429cf1 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 6 Mar 2026 01:49:57 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Turing at version 0.43 for package docs, (keep existing compat) --- docs/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index ca4a4bd..72d7aa1 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,9 +15,10 @@ path = ".." [compat] CairoMakie = "0.15" DifferentiationInterface = "0.7" +Distributions = "0.25" Documenter = "1" DocumenterVitepress = "0.2" -Distributions = "0.25" Enzyme = "0.13" Porosity = "0.1" +Turing = "0.43" UnPack = "1"