From 2adc99ffe4aa079fbce084d4f40691768c01708a Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Fri, 15 Dec 2023 00:25:50 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 004375fbd..9050dbba1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.30.0" +version = "0.30.1" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -69,7 +69,7 @@ NamedArrays = "0.9, 0.10" Optim = "1" Reexport = "0.2, 1" Requires = "0.5, 1.0" -SciMLBase = "1.37.1, < 2.11" +SciMLBase = "1.37.1, < 2.11, 2" Setfield = "0.8, 1" SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2" Statistics = "1.6" From 1a950e27c426b63f502ea277bba582efd236f096 Mon Sep 17 00:00:00 2001 From: Xianda Sun Date: Sat, 16 Dec 2023 08:57:56 +0000 Subject: [PATCH 2/2] Update version info --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 9050dbba1..041b2635a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.30.1" +version = "0.30.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -69,7 +69,7 @@ NamedArrays = "0.9, 0.10" Optim = "1" Reexport = "0.2, 1" Requires = "0.5, 1.0" -SciMLBase = "1.37.1, < 2.11, 2" +SciMLBase = "1.37.1, 2" Setfield = "0.8, 1" SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2" Statistics = "1.6"