From 77c9ca987a82e9033ae9e2de727ba333adc24531 Mon Sep 17 00:00:00 2001 From: sriharshakandala Date: Wed, 1 Nov 2023 17:31:39 -0700 Subject: [PATCH] Add compats for Dates, DelimitedFiles and Artifacts to comply with Julia Registrator's requirements --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index f9d715e..e93d443 100644 --- a/Project.toml +++ b/Project.toml @@ -10,5 +10,8 @@ DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" [compat] +Artifacts = "<2.0" +Dates = "<2.0" +DelimitedFiles = "<2.0" Interpolations = "0.13, 0.14" julia = "1.7, 1.8, 1.9"