Skip to content

Commit

Permalink
update aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Nov 20, 2023
1 parent ccd46f3 commit 3155459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.5, 0.6, 0.7"
Aqua = "0.5, 0.6, 0.7, 0.8"
COSMO = "0.8"
Convex = "0.14, 0.15"
Distributions = "0.25"
JuliaFormatter = "1"
LinearAlgebra = "1"
Mosek = "10"
MosekTools = "0.13, 0.14, 0.15"
Random = "1"
Statistics = "1"
Suppressor = "0.2"
Test = "1"
julia = "1"
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Aqua.test_undefined_exports(DyadicKDE)
Aqua.test_project_extras(DyadicKDE)
Aqua.test_stale_deps(DyadicKDE, ignore=[:Aqua, :Suppressor, :JuliaFormatter])
Aqua.test_deps_compat(DyadicKDE)
Aqua.test_project_toml_formatting(DyadicKDE)

@testset verbose = true "JuliaFormatter" begin
@test JuliaFormatter.format(DyadicKDE, overwrite=false)
Expand Down

0 comments on commit 3155459

Please sign in to comment.