Skip to content

Commit 6daddc2

Browse files
committed
Add stdlib bounds.
1 parent 5fd5f8f commit 6daddc2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Project.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CUDA"
22
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
3-
version = "5.1"
3+
version = "5.1.0"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -53,13 +53,19 @@ KernelAbstractions = "0.9.2"
5353
LLVM = "6"
5454
LLVMLoopInfo = "1"
5555
LazyArtifacts = "1"
56+
Libdl = "1"
57+
LinearAlgebra = "1"
58+
Logging = "1"
5659
NVTX = "0.3.2"
5760
Preferences = "1"
5861
PrettyTables = "2"
62+
Printf = "1"
63+
Random = "1"
5964
Random123 = "1.2"
6065
RandomNumbers = "1.5.3"
6166
Reexport = "0.2, 1.0"
6267
Requires = "0.5, 1.0"
68+
SparseArrays = "1"
6369
SpecialFunctions = "1.3, 2"
6470
Statistics = "1"
6571
UnsafeAtomicsLLVM = "0.1"

0 commit comments

Comments
 (0)