From 8b695ee4ff70c2d9ed5e80886872454a60d684f6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 4 Dec 2021 04:32:19 +0000 Subject: [PATCH] CompatHelper: bump compat for Franklin to 0.10, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 82cd193f..178b5698 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ CategoricalArrays = "0.10" DataFrames = "1" DifferentialEquations = "6.16" Distributions = "0.25" -Franklin = "=0.10.51" +Franklin = "0.10" RData = "0.8" StatsFuns = "0.9" StatsPlots = "0.14"