Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6243981

Browse files
committed
Pin pandas on appveyor
1 parent 2ed9013 commit 6243981

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ install:
8383
# same things as the requirements in ci/conda_recipe/meta.yaml
8484
# if conda-forge gets a new pyqt, it might be nice to install it as well to have more backends
8585
# 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
8688
- conda create -q -n test-environment python=%PYTHON_VERSION%
8789
pip setuptools numpy python-dateutil freetype=2.6 msinttypes "tk=8.5"
8890
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"
9092
- activate test-environment
9193
- echo %PYTHON_VERSION% %TARGET_ARCH%
9294
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache

0 commit comments

Comments
 (0)