From a6e2b31694627250caf14b0b823950ff869d48c4 Mon Sep 17 00:00:00 2001 From: vinicius viena santana Date: Thu, 5 Dec 2024 22:48:31 +0100 Subject: [PATCH] Pinned SciMLbase to 2.65 --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 6e00b00..a798c3b 100644 --- a/Project.toml +++ b/Project.toml @@ -14,11 +14,13 @@ LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688" NLSolvers = "337daf1e-9722-11e9-073e-8b9effe078ba" PolyLog = "85e3b03c-9856-11eb-0374-4dc1f8670e7f" Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" TableOperations = "ab02a1b2-a7df-11e8-156e-fb1833f50b87" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] +SciMLBase = "^2.65" CommonSolve = "0.2.4" ForwardDiff = "^0.10" Integrals = "4"