Skip to content

Commit 802f2a1

Browse files
Move to matplotlib v3.9
1 parent c84aade commit 802f2a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/recipes/conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ numpy:
6666
- 2.0.*
6767

6868
matplotlib:
69-
- 3.8.*
69+
- 3.9.*
7070

7171
mslice:
7272
- '2.10'

qt/python/mantidqt/mantidqt/widgets/plotconfigdialog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This file is part of the mantid workbench.
88

99
from mantid.plots.utility import row_num, col_num
10-
from matplotlib.axes import ErrorbarContainer
10+
from matplotlib.container import ErrorbarContainer
1111
from matplotlib.collections import QuadMesh
1212
from mpl_toolkits.mplot3d.art3d import Poly3DCollection
1313

qt/python/mantidqt/mantidqt/widgets/plotconfigdialog/curvestabwidget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# This file is part of the mantid workbench.
88

99
from matplotlib import rcParams
10-
from matplotlib.axes import ErrorbarContainer
10+
from matplotlib.container import ErrorbarContainer
1111
from matplotlib.lines import Line2D
1212
from numpy import isclose
1313
from qtpy.QtCore import Qt

0 commit comments

Comments
 (0)