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