Skip to content

Commit

Permalink
Bump min numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Mar 1, 2024
1 parent df64128 commit defa05f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ filterwarnings = [
# A list of warnings to ignore follows. If you add to this list, you MUST
# add a comment or ideally a link to an issue that explains why the warning
# is being ignored
# Ignore harmless numpy verison warning
"ignore:numpy.ndarray size changed, may indicate binary incompatibility:RuntimeWarning",
# https://github.com/pytest-dev/pytest-cov/issues/557
# It was fixed and released but it does not seem to be fixed
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
Expand Down

0 comments on commit defa05f

Please sign in to comment.