File tree 3 files changed +3
-7
lines changed 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,8 @@ install:
86
86
#
87
87
# n.b. pandas is pinned to <0.21 due to issue 9610
88
88
- conda create -q -n test-environment python=%PYTHON_VERSION%
89
- pip setuptools numpy python-dateutil freetype=2.6 msinttypes "tk=8.5"
90
- pyparsing pytz tornado "libpng>=1.6.21,<1.7" "zlib=1.2" "cycler>=0.10"
91
- mock sphinx "pandas<0.21.0"
89
+ msinttypes freetype=2.6 "libpng>=1.6.21,<1.7" zlib=1.2 tk=8.5
90
+ pip setuptools numpy mock "pandas<0.21.0" sphinx tornado
92
91
- activate test-environment
93
92
- echo %PYTHON_VERSION% %TARGET_ARCH%
94
93
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ pip-run: &pip-install
59
59
deps-run : &deps-install
60
60
name : Install Python dependencies
61
61
command : |
62
- pip install --user python-dateutil numpy${NUMPY_VERSION} pyparsing!=2.1.6 cycler codecov coverage sphinx pillow
62
+ pip install --user numpy${NUMPY_VERSION} codecov coverage
63
63
pip install --user -r doc-requirements.txt
64
64
65
65
mpl-run : &mpl-install
Original file line number Diff line number Diff line change @@ -116,10 +116,7 @@ install:
116
116
$PANDAS \
117
117
codecov \
118
118
coverage \
119
- cycler \
120
119
pillow \
121
- pyparsing!=2.1.6 \
122
- python-dateutil \
123
120
sphinx
124
121
# GUI toolkits are pip-installable only for some versions of Python so
125
122
# don't fail if we can't install them. Make it easier to check whether the
You can’t perform that action at this time.
0 commit comments