From cbb710c12eee482a57bf8e3b2d0947e72a85998d Mon Sep 17 00:00:00 2001 From: Alexius Wadell Date: Tue, 16 Jul 2024 15:42:43 -0400 Subject: [PATCH] expand compat to cover lts --- Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index d1ce54c..c00061e 100644 --- a/Project.toml +++ b/Project.toml @@ -30,17 +30,17 @@ BenchmarkTools = "1.5" CUDA = "5" CodecZlib = "0.7" Compat = "4.11, 4.15" -Dates = "1.9" +Dates = "1.6, 1.10" JSON = "0.21" -LibGit2 = "1.9" +LibGit2 = "1.6, 1.10" NVTX = "0.3" -Pkg = "1.9" -Profile = "1.9" +Pkg = "1.6, 1.10" +Profile = "1.6, 1.10" Revise = "3" -Statistics = "1.9" -Test = "1.9" -UUIDs = "1.9" -julia = "1.9" +Statistics = "1.6, 1.10" +Test = "1.6, 1.10" +UUIDs = "1.6, 1.10" +julia = "1.6, 1.10" [extras] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"