From 2c3479a381b3bc16563cbd16ea7928b631cf9891 Mon Sep 17 00:00:00 2001 From: Elias Carvalho <73039601+eliascarv@users.noreply.github.com> Date: Mon, 6 May 2024 17:43:34 -0300 Subject: [PATCH] Update GPUArrays compat (#65) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 159968f..41b3bcb 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ DensityRatioEstimationOptimExt = "Optim" ChainRulesCore = "1" Convex = "0.15" ECOS = "1" -GPUArrays = "8" +GPUArrays = "8, 9, 10" Ipopt = "1" JuMP = "1" LinearAlgebra = "1.9"