Skip to content

Commit dc94f74

Browse files
authored
Merge pull request #145 from JuliaMath/nh/gpuFix
Update GPU related dependencies
2 parents f5e33e0 + 3fd0e4f commit dc94f74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NFFT"
22
uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d"
33
authors = ["Tobias Knopp <[email protected]>"]
4-
version = "0.13.5"
4+
version = "0.13.6"
55

66
[deps]
77
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
@@ -25,8 +25,8 @@ DataFrames = "1.3.1, 1.4.1"
2525
FFTW = "1.5"
2626
FINUFFT = "3.0.1"
2727
FLoops = "0.2"
28-
GPUArrays = "8, 9, 10"
29-
JLArrays = "0.1.2"
28+
GPUArrays = "11"
29+
JLArrays = "0.2"
3030
Reexport = "1.0"
3131
PrecompileTools = "1"
3232
SpecialFunctions = "0.8, 0.10, 1, 2"

0 commit comments

Comments
 (0)