diff --git a/Project.toml b/Project.toml index 5008c10..ebb59cf 100644 --- a/Project.toml +++ b/Project.toml @@ -38,6 +38,7 @@ LayoutPointers = "0.1.3" LoopVectorization = "0.12.104" ManualMemory = "0.1.8" Polyester = "0.4, 0.5, 0.6, 0.7" +Random = "1.10" SIMDTypes = "0.1" SLEEFPirates = "0.6" Static = "1" @@ -48,12 +49,3 @@ UnPack = "1" VectorizationBase = "0.21.40" VectorizedRNG = "0.2.13" julia = "1.10" - -[extras] -Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" -ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" - -[targets] -test = ["Aqua", "ForwardDiff", "Zygote", "Test"]