From 39e37d33e2e0b13d51c7ebabadf7738a9c932d9f Mon Sep 17 00:00:00 2001 From: Dale Black Date: Wed, 5 Jun 2024 12:35:11 -0700 Subject: [PATCH] add proper compat for DispatchDoctor --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 725ad6a..6bcf4e7 100644 --- a/Project.toml +++ b/Project.toml @@ -12,6 +12,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" [compat] DSP = "0.7" +DispatchDoctor = "0.4" Distributions = "0.25" ImageMorphology = "0.4" Statistics = "1.10"