Skip to content

Commit

Permalink
Update GPU dependencies to KA.jl API migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nHackel committed Jan 16, 2025
1 parent f5e33e0 commit b2cca39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NFFT"
uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.13.5"
version = "0.13.6"

[deps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
Expand All @@ -25,8 +25,8 @@ DataFrames = "1.3.1, 1.4.1"
FFTW = "1.5"
FINUFFT = "3.0.1"
FLoops = "0.2"
GPUArrays = "8, 9, 10"
JLArrays = "0.1.2"
GPUArrays = "11"
JLArrays = "2"
Reexport = "1.0"
PrecompileTools = "1"
SpecialFunctions = "0.8, 0.10, 1, 2"
Expand Down

0 comments on commit b2cca39

Please sign in to comment.