diff options
author | mayeut <mayeut@users.noreply.github.com> | 2022-02-27 14:06:06 +0100 |
---|---|---|
committer | mayeut <mayeut@users.noreply.github.com> | 2022-02-27 14:06:06 +0100 |
commit | aca9f94ba2e7c43513e7e2fc9f64b13087fcd216 (patch) | |
tree | 0eb1bdbb7d111ea7e11f266b6c27402cefe19e8d /doc_requirements.txt | |
parent | 3b03c2ab12368561574a46f59c7e0992a36b896b (diff) | |
download | numpy-aca9f94ba2e7c43513e7e2fc9f64b13087fcd216.tar.gz |
BLD,DOC: skip broken ipython 8.1.0
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 https://github.com/ipython/ipython/issues/13554
Diffstat (limited to 'doc_requirements.txt')
-rw-r--r-- | doc_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index d560870a7..07142bf9f 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -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 |