diff --git a/Project.toml b/Project.toml
index 8d2aad07..0242ae08 100644
--- a/Project.toml
+++ b/Project.toml
@@ -33,9 +33,11 @@ ConcurrentSim = "1.4"
 DocStringExtensions = "0.9"
 Graphs = "1.7.3"
 IterTools = "1.4.0"
+LinearAlgebra = "1.9"
 Makie = "0.19"
 NetworkLayout = "0.4.4"
 PrecompileTools = "1"
+Printf = "1.9"
 QuantumClifford = "0.8"
 QuantumInterface = "0.3.3"
 QuantumOptics = "1.0.5"
diff --git a/test/runtests.jl b/test/runtests.jl
index 96f33459..278c015d 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -49,7 +49,7 @@ doset("aqua") && begin
     Aqua.test_all(QuantumSavory,
                   ambiguities=false,
                   stale_deps=false, # TODO due to the package extensions being misidentified
-                  piracy=false # TODO due to code that needs to be upstreamed
+                  piracies=false # TODO due to code that needs to be upstreamed
                   )
     #Aqua.test_ambiguities([QuantumSavory,Core]) # otherwise Base causes false positives
 end