From 7ee3158364de14a114beb3164550654f843d41ce Mon Sep 17 00:00:00 2001 From: Bernat Font Date: Wed, 17 Jul 2024 15:59:03 +0200 Subject: [PATCH] Restored some compats, and finally only the GPU compats have been removed since it was causing issues when using AMDGPU.jl --- Project.toml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index 46b4f28..0a2d58a 100644 --- a/Project.toml +++ b/Project.toml @@ -28,16 +28,14 @@ WaterLilyReadVTKExt = "ReadVTK" WaterLilyWriteVTKExt = "WriteVTK" [compat] -# AMDGPU = "^0.4.13,0.6" -# CUDA = "4.1.4,5" DocStringExtensions = "0.9" -# EllipsisNotation = "1.8" -# ForwardDiff = "^0.10.18" +EllipsisNotation = "1.8" +ForwardDiff = "^0.10.18" KernelAbstractions = "0.9.1" -# Reexport = "^1.2.2" -# Requires = "1.3" -# StaticArrays = "^1.1.0" -julia = "1.8" +Reexport = "^1.2.2" +Requires = "1.3" +StaticArrays = "^1.1.0" +julia = "1.6" [extras] AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"