We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e99081 commit 6eb6cb0Copy full SHA for 6eb6cb0
Project.toml
@@ -5,10 +5,14 @@ version = "0.4.3"
5
[deps]
6
ClusterManagers = "34f1f09b-3a8b-5176-ab39-66d58a4d544e"
7
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8
+LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
9
+Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
10
ThreadPinning = "811555cd-349b-4f26-b7bc-1f208b848042"
11
12
[compat]
13
ClusterManagers = "0.4.6"
14
Distributed = "1"
15
+LinearAlgebra = "1"
16
+Pkg = "1"
17
ThreadPinning = "0.7.22"
18
julia = "1.6"
src/ParallelProcessingTools.jl
@@ -7,6 +7,9 @@ module ParallelProcessingTools
using Base.Threads
using Distributed
+import LinearAlgebra
+import Pkg
+
import ClusterManagers
import ThreadPinning
0 commit comments