Skip to content

Commit aa70f69

Browse files
authored
Merge pull request matplotlib#28752 from story645/doc
quick fix dev build by locking out numpy version that's breaking things
2 parents 3f2925b + 2947cc4 commit aa70f69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ commands:
9898
parameters:
9999
numpy_version:
100100
type: string
101-
default: ""
101+
default: "!=2.1.0"
102102
steps:
103103
- run:
104104
name: Install Python dependencies

doc/missing-references.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.gci:4"
357357
],
358358
"Line2D.pick": [
359-
"doc/users/explain/figure/event_handling.rst:568"
359+
"doc/users/explain/figure/event_handling.rst:571"
360360
],
361361
"QuadContourSet.changed()": [
362362
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contour:156",
@@ -365,7 +365,7 @@
365365
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contourf:156"
366366
],
367367
"Rectangle.contains": [
368-
"doc/users/explain/figure/event_handling.rst:280"
368+
"doc/users/explain/figure/event_handling.rst:285"
369369
],
370370
"Size.from_any": [
371371
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87",

0 commit comments

Comments
 (0)