Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46c9ef commit 76e2166Copy full SHA for 76e2166
.circleci/config.yml
@@ -59,7 +59,7 @@ pip-run: &pip-install
59
deps-run: &deps-install
60
name: Install Python dependencies
61
command: |
62
- pip install --user python-dateutil numpy${NUMPY_VERSION} pyparsing!=2.1.6 cycler codecov coverage sphinx pillow
+ pip install --user python-dateutil numpy${NUMPY_VERSION} pyparsing!=2.1.6 cycler codecov coverage sphinx!=1.6.4 pillow
63
pip install --user -r doc-requirements.txt
64
65
mpl-run: &mpl-install
0 commit comments