From 6c35902cf8f560ce5711d7c92ca096133378a9ec Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sun, 30 Nov 2025 00:36:07 +0000 Subject: [PATCH] CompatHelper: bump compat for CTBase to 0.17, (drop existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5233bdb6..ad07f9db 100644 --- a/Project.toml +++ b/Project.toml @@ -27,7 +27,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] BenchmarkTools = "1" -CTBase = "0.16" +CTBase = "0.17" CUDA = "5" DataFrames = "1" Dates = "1"