From a9fa4cf0ada852e9c31553e779a7d1fe952c6e1a Mon Sep 17 00:00:00 2001
From: CompatHelper Julia <compathelper_noreply@julialang.org>
Date: Mon, 24 Jun 2024 01:23:24 +0000
Subject: [PATCH] CompatHelper: add new compat entry for CUDA at version 5,
 (keep existing compat)

---
 Project.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Project.toml b/Project.toml
index c0fea42..5f63a7a 100644
--- a/Project.toml
+++ b/Project.toml
@@ -19,6 +19,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
 Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
 
 [compat]
+CUDA = "5"
 julia = "1"
 
 [extras]