From 75d9a2decf360e2b8defeebd3ed30a555b561e16 Mon Sep 17 00:00:00 2001 From: ashutosh-b-b Date: Tue, 2 Jul 2024 16:44:37 +0530 Subject: [PATCH] build: bump compat for SciMLSensitivity --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0559892..fd66e8f 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ LinearAlgebra = "1.10" Random = "1.10" Reexport = "1" SafeTestsets = "0.1" -SciMLSensitivity = "7.49" +SciMLSensitivity = "7.62" SparseArrays = "1.10" Statistics = "1.10" StochasticDiffEq = "6.63"