File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
10
10
Logging = " 56ddb016-857b-54e1-b83d-db4d58db5568"
11
11
Parameters = " d96e819e-fc66-5662-9728-84c9c7592b0a"
12
12
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
13
+ Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
13
14
Sockets = " 6462fe0b-24de-5631-8697-dd941f90decc"
14
15
15
16
[weakdeps ]
@@ -26,6 +27,7 @@ LinearAlgebra = "1"
26
27
Logging = " 1"
27
28
Parameters = " 0.12, 0.13"
28
29
Pkg = " 1"
30
+ Random = " 1"
29
31
Sockets = " 1"
30
32
ThreadPinning = " 1"
31
33
julia = " 1.10"
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ using Distributed
9
9
10
10
import LinearAlgebra
11
11
import Pkg
12
+ import Random # Required by ThreadPinning extention
12
13
import Sockets
13
14
14
15
import ClusterManagers
You can’t perform that action at this time.
0 commit comments