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 gh-21126

xref ipython/ipython#13554
  • Loading branch information
mayeut authored and charris committed Mar 2, 2022
1 parent 8230756 commit 28b2a4c
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.1.0
pydata-sphinx-theme==0.7.2
sphinx-panels
ipython
ipython!=8.1.0
scipy
matplotlib
pandas
Expand Down

0 comments on commit 28b2a4c

Please sign in to comment.