Skip to content

Commit

Permalink
chore: remove unused extra deps
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jul 4, 2024
1 parent c08a84b commit 70f28fc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]

0 comments on commit 70f28fc

Please sign in to comment.