diff --git a/Project.toml b/Project.toml index cc52dc1c..585c3cb6 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,6 @@ version = "4.1.0" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01" -Requires = "ae029012-a4dd-5104-9daa-d747884805df" Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" @@ -36,7 +35,6 @@ MutableArithmetics = "1" OffsetArrays = "1" OrderedCollections = "1.6.3" RecipesBase = "0.7, 0.8, 1" -Requires = "1.1" Setfield = "1" SparseArrays = "<0.0.1, 1" SpecialFunctions = "1,2" diff --git a/src/Polynomials.jl b/src/Polynomials.jl index 95ad3970..e19cd5a0 100644 --- a/src/Polynomials.jl +++ b/src/Polynomials.jl @@ -63,14 +63,4 @@ include("legacy/Poly.jl") include("precompiles.jl") -@static if !isdefined(Base, :get_extension) - using Requires -end - -function __init__() - @static if !isdefined(Base, :get_extension) - @require Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" include("../ext/PolynomialsCoreExt.jl") - end -end - end # module diff --git a/test/aqua.jl b/test/aqua.jl index b7b3f05e..fb939adc 100644 --- a/test/aqua.jl +++ b/test/aqua.jl @@ -1,3 +1,3 @@ using Aqua -Aqua.test_all(Polynomials; stale_deps=(;ignore=[:Requires])) +Aqua.test_all(Polynomials)