Skip to content

Commit

Permalink
Restored some compats, and finally only the GPU compats have been rem…
Browse files Browse the repository at this point in the history
…oved since it was causing issues when using AMDGPU.jl
  • Loading branch information
b-fg committed Jul 17, 2024
1 parent d4ea856 commit 7ee3158
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ee3158

Please sign in to comment.