From ed80d3f9a954f8967a8acdfa455838e00b95a8f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 22:55:04 +0000 Subject: [PATCH] Update Turing requirement from 0.43 to 0.43, 0.44 Updates the requirements on [Turing](https://github.com/TuringLang/Turing.jl) to permit the latest version. - [Release notes](https://github.com/TuringLang/Turing.jl/releases) - [Changelog](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Turing.jl/compare/v0.43.0...v0.44.2) --- updated-dependencies: - dependency-name: Turing dependency-version: 0.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Project.toml diff --git a/Project.toml b/Project.toml old mode 100755 new mode 100644 index 55ca99f..af04442 --- a/Project.toml +++ b/Project.toml @@ -70,5 +70,5 @@ Statistics = "1" StatsBase = "0.34" StatsFuns = "1" Tables = "1" -Turing = "0.43" +Turing = "0.43, 0.44" julia = "1.10, 1.11, 1.12"