File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,12 @@ install:
83
83
# same things as the requirements in ci/conda_recipe/meta.yaml
84
84
# if conda-forge gets a new pyqt, it might be nice to install it as well to have more backends
85
85
# https://github.com/conda-forge/conda-forge.github.io/issues/157#issuecomment-223536381
86
+ #
87
+ # n.b. pandas is pinned to <0.21 due to issue 9610
86
88
- conda create -q -n test-environment python=%PYTHON_VERSION%
87
89
pip setuptools numpy python-dateutil freetype=2.6 msinttypes "tk=8.5"
88
90
pyparsing pytz tornado "libpng>=1.6.21,<1.7" "zlib=1.2" "cycler>=0.10"
89
- mock sphinx pandas
91
+ mock sphinx " pandas<0.21.0"
90
92
- activate test-environment
91
93
- echo %PYTHON_VERSION% %TARGET_ARCH%
92
94
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
You can’t perform that action at this time.
0 commit comments