Skip to content

Commit

Permalink
ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrockhill committed Dec 30, 2023
1 parent 2c33dab commit 52542ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1310,6 +1310,7 @@ def reset_warnings(gallery_conf, fname):
for key in (
"invalid version and will not be supported", # pyxdf
"distutils Version classes are deprecated", # seaborn and neo
"is_categorical_dtype is deprecated", # seaborn
"`np.object` is a deprecated alias for the builtin `object`", # pyxdf
# nilearn, should be fixed in > 0.9.1
"In future, it will be an error for 'np.bool_' scalars to",
Expand Down

0 comments on commit 52542ea

Please sign in to comment.