From fe7eed354c312312873b9b403156a4a4eec262e9 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 6 Feb 2025 14:26:20 +0000 Subject: [PATCH] New version: Roots v2.2.5 UUID: f2b01f46-fcfa-551c-844a-d8ac1e96c665 Repo: https://github.com/JuliaMath/Roots.jl.git Tree: e52cf0872526c7a0b3e1af9c58a69b90e19b022e Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- R/Roots/Versions.toml | 3 +++ R/Roots/WeakCompat.toml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/R/Roots/Versions.toml b/R/Roots/Versions.toml index 816f657c6aa465c..e0084ceada9b2e9 100644 --- a/R/Roots/Versions.toml +++ b/R/Roots/Versions.toml @@ -234,3 +234,6 @@ git-tree-sha1 = "7e765d947455fbed09e230ee8b63c8904cbf1df9" ["2.2.4"] git-tree-sha1 = "f233e0a3de30a6eed170b8e1be0440f732fdf456" + +["2.2.5"] +git-tree-sha1 = "e52cf0872526c7a0b3e1af9c58a69b90e19b022e" diff --git a/R/Roots/WeakCompat.toml b/R/Roots/WeakCompat.toml index 88c3dcff0eb6e28..59b85637f2fc0f8 100644 --- a/R/Roots/WeakCompat.toml +++ b/R/Roots/WeakCompat.toml @@ -22,7 +22,7 @@ IntervalRootFinding = "0.5" ["2.1.6"] SymPyPythonCall = ["0.1-0.3", "1"] -["2.1.7-2"] +["2.1.7-2.2.4"] SymPyPythonCall = ["0.1-0.4", "1"] ["2.2-2"] @@ -30,3 +30,6 @@ ChainRulesCore = "1" ["2.2.2-2"] IntervalRootFinding = "0.5-0.6" + +["2.2.5-2"] +SymPyPythonCall = ["0.1-0.5", "1"]