From 6cdad7249d8e27b0bf7c93ef160defd84b365ca9 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Feb 2023 01:15:18 +0000 Subject: [PATCH] CompatHelper: bump compat for DataFrames to 1, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index eea0c61..1481f80 100644 --- a/Project.toml +++ b/Project.toml @@ -17,8 +17,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] -julia = "1" -DataFrames = "1.5" +DataFrames = "1.5, 1" JLD2 = "0.5" LightGraphs = "1.4" MetaGraphs = "0.7" @@ -26,6 +25,7 @@ PCquery = "0.4" Query = "1.0" StatsBase = "0.34" Turing = "0.25" +julia = "1" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"