File tree 3 files changed +0
-24
lines changed
3 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,12 @@ version = "1.6.2"
7
7
AdaptivePredicates = " 35492f91-a3bd-45ad-95db-fcad7dcfedb7"
8
8
EnumX = " 4e289a0a-7415-4d19-859d-a7e5c4648b56"
9
9
ExactPredicates = " 429591f6-91af-11e9-00e2-59fbe8cec110"
10
- PrecompileTools = " aea7be01-6a6a-4083-8856-8a6e6704d82a"
11
10
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
12
11
13
12
[compat ]
14
13
AdaptivePredicates = " 1.2"
15
14
EnumX = " 1.0"
16
15
ExactPredicates = " 2.2"
17
- PrecompileTools = " 1.2"
18
16
Random = " 1"
19
17
Test = " 1"
20
18
julia = " 1.6"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import ExactPredicates as EP
6
6
import AdaptivePredicates as AP
7
7
import EnumX
8
8
import Random
9
- import PrecompileTools
10
9
11
10
abstract type AbstractPredicateKernel end # needs to be defined early for use in data_structures.jl
12
11
const PredicateCacheType = Union{Nothing, <: Tuple }
@@ -20,6 +19,4 @@ include("validation.jl")
20
19
include (" exports.jl" )
21
20
include (" public.jl" )
22
21
23
- include (" precompile.jl" )
24
-
25
22
end
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments