Skip to content

Commit

Permalink
Fix compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
kamesy committed Dec 24, 2023
1 parent 11dd2f6 commit fd0a02e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ using Test


@testset "FastLevenbergMarquardt.jl" begin
Aqua.test_all(FastLevenbergMarquardt)
Aqua.test_all(
FastLevenbergMarquardt,
deps_compat=(ignore=[:LinearAlgebra, :SparseArrays, :SuiteSparse],)
)
end


Expand Down

0 comments on commit fd0a02e

Please sign in to comment.