Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Filter
seaborn
and matplotlib
orientation warning
Filter `seaborn` and `matplotlib` orientation warning: `matplotlib` has deprecating the `vert` boolean orientation starting version 3.10.0. We are requiring `matplotlib` >= 3.5 and `seabornº >= 0.13. Fixes: ``` nireports/tests/test_interfaces.py: 4 warnings nireports/tests/test_dwi.py: 1 warning nireports/tests/test_reportlets.py: 12 warnings /home/runner/work/nireports/nireports/.tox/py310-latest/lib/python3.10/site-packages/seaborn/categorical.py:700: PendingDeprecationWarning: vert: bool will be deprecated in a future version. Use orientation: {'vertical', 'horizontal'} instead. artists = ax.bxp(**boxplot_kws) ``` raised for example in: https://github.com/nipreps/nireports/actions/runs/13276183449/job/37066107605#step:14:336
- Loading branch information