From 5598c53d071a2effefd4f73d1b2c50e5367c21ad Mon Sep 17 00:00:00 2001 From: Mason Protter Date: Sun, 5 Nov 2023 19:56:40 +0100 Subject: [PATCH] add compat entries for stdlibs --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index d5b24d36..e3d5f954 100644 --- a/Project.toml +++ b/Project.toml @@ -50,6 +50,9 @@ Setfield = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1" SplittablesBase = "0.1.2" Tables = "0.2, 1.0" julia = "1.6" +Distributed = "1" +Logging = "1" +Markdown = "1" [extras] Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"