Skip to content

Commit

Permalink
BLD,DOC: skip broken ipython 8.1.0
Browse files Browse the repository at this point in the history
ipython 8.1.0 causes the documentation build to fail because it uses features from python 3.9

Explicitly disallow pip to install this version.

fixes numpygh-21126

xref ipython/ipython#13554
  • Loading branch information
mayeut authored and melissawm committed Apr 12, 2022
1 parent 7331e15 commit aa928d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sphinx==4.2.0
numpydoc==1.2.0
pydata-sphinx-theme==0.7.2
sphinx-panels
ipython
ipython!=8.1.0
scipy
matplotlib
pandas
Expand Down

0 comments on commit aa928d6

Please sign in to comment.