From fa8d1995c0f64ce9f04ae47bc96fef5467edebbb Mon Sep 17 00:00:00 2001 From: MichelJuillard Date: Thu, 19 May 2022 10:46:57 +0200 Subject: [PATCH] fix compat and dependencies --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0cd6b2c..606d0e2 100644 --- a/Project.toml +++ b/Project.toml @@ -9,10 +9,10 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" ExtendedDates = "78f5a1cc-aa73-4dda-b6b2-4d6b1976988f" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" -Requires = "ae029012-a4dd-5104-9daa-d747884805df" [compat] CSV = "0.10.0" DataFrames = "1.0.0" ExtendedDates = "0.1.2" julia = "1.6.3" +Plots = "1.25.7"