From 7996c248485d83af3efac3c47aec590a9e74e6de Mon Sep 17 00:00:00 2001 From: Alex Ames Date: Wed, 3 Apr 2024 12:09:59 -0600 Subject: [PATCH] Add missing compat bounds for stdlib & test packages --- Project.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Project.toml b/Project.toml index c086eaf..fbf259b 100644 --- a/Project.toml +++ b/Project.toml @@ -8,6 +8,13 @@ CondaPkg = "0.2" PythonCall = "0.9" Unitful = "1.6" julia = "1.6" +Markdown = "<0.0.1, 1" +Pkg = "<0.0.1, 1" +Printf = "<0.0.1, 1" +Preferences = "1.4" +Test = "<0.0.1, 1" +Aqua = "0.8" + [deps] CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"