From 419d890abc766bfa709ee7e403aca5436040f732 Mon Sep 17 00:00:00 2001 From: Benjamin Lungwitz Date: Tue, 12 Jan 2021 09:59:01 +0100 Subject: [PATCH] added compat for RecipesBase --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index a4332d8..a201903 100644 --- a/Project.toml +++ b/Project.toml @@ -9,4 +9,5 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" [compat] Interpolations = "0.13" +RecipesBase = "1" julia = "1.2"