From 2b779a12e4199d7c12e1bc2970729ba7f97a44af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Sch=C3=A4fer?= Date: Sun, 7 Feb 2021 15:42:51 +0100 Subject: [PATCH] Manually add compat entries, CompatHelper does nothing anymore it seems. --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 21bd08e..e280ba1 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,8 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [compat] Reexport = "1.0" +DataFrames = "0.22" +CSV = "0.8" julia = "1" [extras]