From fbb1f5c3ee639f54b57070b57580aef967ed4e8d Mon Sep 17 00:00:00 2001 From: David Sagan Date: Tue, 7 Jan 2025 14:21:36 -0500 Subject: [PATCH] Fixed [compat] section of Project.toml --- Project.toml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 798667a..5eaf157 100644 --- a/Project.toml +++ b/Project.toml @@ -11,11 +11,18 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3" JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" PyFormattedStrings = "5f89f4a4-a228-4886-b223-c468a82ed5b9" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -Revise = "295af30f-e4ad-537b-8983-00126c2a3abe" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] -julia = "1" +Dates = "1" +Documenter = "1" +EnumX = "1" +HTTP = "1" +JSON = "0.21" +PyFormattedStrings = "0.1" +Reexport = "1" +Unitful = "1" +julia = "1.9" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"