From f850b1023d6fccf36a05ef3c1b386f28b83471d6 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 20 Feb 2025 00:43:39 +0000 Subject: [PATCH] CompatHelper: bump compat for NVTX to 1, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9656d4a6bd..d543ea8f15 100644 --- a/Project.toml +++ b/Project.toml @@ -68,7 +68,7 @@ LazyArtifacts = "1" Libdl = "1" LinearAlgebra = "1" Logging = "1" -NVTX = "0.3.2" +NVTX = "0.3.2, 1" Preferences = "1" PrettyTables = "2" Printf = "1"