Skip to content

Commit

Permalink
Require AA 0.43.6, remove Base.isapprox method
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 14, 2024
1 parent f287158 commit b9eab9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RandomExtensions = "fb686558-2515-59ef-acaa-46db3789a887"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"

[compat]
AbstractAlgebra = "0.43.5"
AbstractAlgebra = "0.43.6"
FLINT_jll = "^300.100.100"
Libdl = "1.6"
LinearAlgebra = "1.6"
Expand Down
6 changes: 0 additions & 6 deletions src/Nemo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,4 @@ include("Deprecations.jl")

include("Native.jl")

function Base.isapprox(x::T, y::T;
atol::Real=0, rtol::Real=0,
nans::Bool=false, norm::Function=abs) where {T <: NCRingElem}
return x == y
end

end # module

0 comments on commit b9eab9a

Please sign in to comment.