Skip to content

Commit

Permalink
Disable np.bool deprecation warning (#1182)
Browse files Browse the repository at this point in the history
Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - Lawrence Mitchell (https://github.com/wence-)

URL: #1182
  • Loading branch information
pentschev authored May 26, 2023
1 parent 1681510 commit c94b4ae
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 @@ -127,6 +127,8 @@ filterwarnings = [
"ignore:make_current is deprecated:DeprecationWarning:",
# remove after https://github.com/rapidsai/dask-cuda/issues/1087 is closed
"ignore:There is no current event loop:DeprecationWarning:tornado",
# remove after unpinning Dask/Distributed 2023.3.2
"ignore:.*np.bool.*:DeprecationWarning:",
]

[tool.setuptools]
Expand Down

0 comments on commit c94b4ae

Please sign in to comment.