From a5133fa2b8aa9da195c10c3fef5b806b7c2c7c61 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 23 Apr 2026 02:12:07 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Turing at version 0.44 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..e09b2da 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.44" UnPack = "1"