From 04ae68271a6cd02bdff357678680d7d78dbc960d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 16 May 2024 01:10:41 +0000 Subject: [PATCH] CompatHelper: add new compat entry for FiniteDiff at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 0f7d8f2..40d09f6 100644 --- a/Project.toml +++ b/Project.toml @@ -25,6 +25,7 @@ StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" [compat] Distributions = "0.25" FillArrays = "0, 1" +FiniteDiff = "2" MultivariateStats = "0" Statistics = "1" StatsAPI = "1"