From 6b6ca9da6d7a2b2b761df6313ba371fe71b9b8a1 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Tue, 17 Oct 2023 10:34:43 +1100 Subject: [PATCH] Update Project.toml --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index d4f266e1..53bef790 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] CategoricalArrays = "0.10" +CUDA = "4" ColorTypes = "0.10.3, 0.11" ComputationalResources = "0.3.2" Flux = "0.13, 0.14" @@ -28,6 +29,7 @@ julia = "1.6" [extras] cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd" +CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"