diff --git a/Project.toml b/Project.toml index 2de78a5..98c6c75 100644 --- a/Project.toml +++ b/Project.toml @@ -3,11 +3,6 @@ uuid = "807425ed-42ea-44d6-a357-6771516d7b2c" authors = ["Sheehan Olver "] version = "0.1" -[deps] -FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" -LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" -LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" - [weakdeps] FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02" @@ -22,7 +17,7 @@ RecurrenceRelationshipsLinearAlgebraExt = "LinearAlgebra" FillArrays = "1" LazyArrays = "1, 2" SpecialFunctions = "1, 2" -julia = "1.6" +julia = "1.10" [extras] FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" diff --git a/src/RecurrenceRelationships.jl b/src/RecurrenceRelationships.jl index 1c98f05..e247b5b 100644 --- a/src/RecurrenceRelationships.jl +++ b/src/RecurrenceRelationships.jl @@ -5,11 +5,4 @@ include("forward.jl") include("clenshaw.jl") include("olver.jl") -if !isdefined(Base, :get_extension) - include("../ext/RecurrenceRelationshipsLinearAlgebraExt.jl") - include("../ext/RecurrenceRelationshipsFillArraysExt.jl") - include("../ext/RecurrenceRelationshipsLazyArraysExt.jl") -end - - end # module RecurrenceRelationships