From 7be66f568da47b9e3437d54c5845dcbcec55e723 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index d1ce54c..13a4317 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" +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"