From 5e07b8fc77c1c3be9fa486e771af7002fa388912 Mon Sep 17 00:00:00 2001 From: "I.Mihara" Date: Tue, 22 Oct 2024 12:00:14 +0000 Subject: [PATCH] Update Project.toml dependencies --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 52f01af..2c26422 100644 --- a/Project.toml +++ b/Project.toml @@ -10,6 +10,8 @@ Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b" [compat] julia = "1.10" +DataFrames = "1.7" +CSV = "0.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"