8000
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 e20c65b commit 0d3e4c1Copy full SHA for 0d3e4c1
.travis.yml
@@ -77,7 +77,7 @@ install:
77
pip install --upgrade setuptools
78
# Install only from travis wheelhouse
79
- if [ -z "$PRE" ]; then
80
- wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.2 pillow sphinx!=1.3.0;
+ wheelhouse_pip_install python-dateutil $NUMPY $PANDAS pyparsing!=2.1.6 pillow sphinx!=1.3.0;
81
else
82
pip install $PRE python-dateutil $NUMPY pyparsing!=2.1.2 pillow sphinx!=1.3.0;
83
fi
0 commit comments