From e3989c66f9d9a926c1a6142f7380b2fc8f0ace02 Mon Sep 17 00:00:00 2001 From: mohamed82008 Date: Tue, 14 Apr 2020 12:52:15 +1000 Subject: [PATCH] add Requires compat line --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 9224c730..fa861419 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,7 @@ ForwardDiff = "0.10.6" MacroTools = "0.5" NaNMath = "0.3" PDMats = "0.9" +Requires = "1" SpecialFunctions = "0.8, 0.9, 0.10" StatsBase = "0.32, 0.33" StaticArrays = "0.12"