Skip to content

Commit

Permalink
fix CI on 1.6 too
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszbaran committed Jul 28, 2024
1 parent 8345211 commit a84ad3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ManifoldsBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,9 @@ function __init__()
@require Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" begin
include("../ext/ManifoldsBasePlotsExt.jl")
end
@require Quaternions = "94ee1d12-ae83-5a48-8b1c-48b8ff168ae0" begin
include("../ext/ManifoldsBaseQuaternionsExt.jl")
end
@require Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" begin
include("../ext/ManifoldsBaseStatisticsExt.jl")
end
Expand Down

0 comments on commit a84ad3c

Please sign in to comment.