Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 566b595 + 6243981 commit 0e3dd2dCopy full SHA for 0e3dd2d
1 file changed
.appveyor.yml
@@ -83,10 +83,12 @@ install:
83
# same things as the requirements in ci/conda_recipe/meta.yaml
84
# if conda-forge gets a new pyqt, it might be nice to install it as well to have more backends
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
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"
- mock sphinx pandas
91
+ mock sphinx "pandas<0.21.0"
92
- activate test-environment
93
- echo %PYTHON_VERSION% %TARGET_ARCH%
94
- if %PYTHON_VERSION% == 2.7 conda install -q backports.functools_lru_cache
0 commit comments