Skip to content

Commit 6eb6cb0

Browse files
committed
Require LinearAlgebra and Pkg
1 parent 7e99081 commit 6eb6cb0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Project.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ version = "0.4.3"
55
[deps]
66
ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
810
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
911

1012
[compat]
1113
ClusterManagers = "0.4.6"
1214
Distributed = "1"
15+
LinearAlgebra = "1"
16+
Pkg = "1"
1317
ThreadPinning = "0.7.22"
1418
julia = "1.6"

src/ParallelProcessingTools.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module ParallelProcessingTools
77
using Base.Threads
88
using Distributed
99

10+
import LinearAlgebra
11+
import Pkg
12+
1013
import ClusterManagers
1114
import ThreadPinning
1215

0 commit comments

Comments
 (0)