diff --git a/Project.toml b/Project.toml index 322e6a0..3f73a1b 100644 --- a/Project.toml +++ b/Project.toml @@ -11,6 +11,14 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SIMDPirates = "21efa798-c60a-11e8-04d3-e1a92915a26a" VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f" +[compat] +BenchmarkTools = "0" +JSON = "0" +Plots = "0" +SIMDPirates = "0.1, 0.2, 0.3, 0.5, 0.6.3" +VectorizationBase = "0" +julia = "1" + [extras] BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" @@ -20,11 +28,3 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["BenchmarkTools", "Plots", "Printf", "Statistics", "Test"] - -[compat] -JSON = "0" -SIMDPirates = "0.1,0.2,0.3,0.5" -VectorizationBase = "0" -BenchmarkTools = "0" -Plots = "0" -julia = "1"