Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ stages:

# wait until after dev build of NumPy to pip
# install matplotlib to avoid pip install of older numpy
- script: python -m pip install matplotlib
- script: python -m pip install matplotlib==3.6.3
displayName: 'Install matplotlib before refguide run'

- script: python runtests.py -g --refguide-check
Expand Down
2 changes: 1 addition & 1 deletion doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pydata-sphinx-theme==0.9.0
sphinx-design
ipython!=8.1.0
scipy
matplotlib
matplotlib==3.6.3
pandas
breathe

Expand Down