Skip to content

Commit

Permalink
Merge branch 'main' into hr/explicit_imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Mar 1, 2024
2 parents a09a6f3 + 1630b56 commit 8b3d7a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ SymbolicsExt = "Symbolics"
[compat]
Combinatorics = "1"
Latexify = "0.15, 0.16"
LinearAlgebra = "1"
OrderedCollections = "1"
Polynomials = "2.0.23, 3 - 3.2.8, 3.2.10"
Reexport = "1"
Requires = "1"
RootedTrees = "2.16"
SparseArrays = "1"
SymEngine = "0.8, 0.9.1, 0.10, 0.11"
SymPy = "1"
Symbolics = "4, 5"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.6.1, 0.7"
Aqua = "0.8"
ExplicitImports = "1"
StaticArrays = "1"
SymEngine = "0.8, 0.9.1, 0.10, 0.11"
Expand Down
5 changes: 1 addition & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2167,10 +2167,7 @@ using ExplicitImports: check_no_implicit_imports, check_no_stale_explicit_import
# of https://github.com/JuliaTesting/Aqua.jl/issues/79
# Thus, we do not test for ambiguities here but run an additional test
# below excluding ambiguity tests with Base.
ambiguities = false,
# We would like to test the Project.toml formatting but there are some
# CI issues, see https://github.com/ranocha/BSeries.jl/pull/119
project_toml_formatting = false)
ambiguities = false)
else
Aqua.test_all(BSeries;
ambiguities = (; exclude = [
Expand Down

0 comments on commit 8b3d7a3

Please sign in to comment.