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.
1 parent bdccfeb commit c9b2aa6Copy full SHA for c9b2aa6
.appveyor.yml
@@ -63,7 +63,7 @@ install:
63
#
64
- conda create -q -n test-environment python=%PYTHON_VERSION%
65
msinttypes freetype=2.6 "libpng>=1.6.21,<1.7" zlib=1.2 tk=8.5
66
- pip setuptools numpy pandas sphinx tornado
+ pip setuptools numpy "pandas!=0.25.0" sphinx tornado
67
- activate test-environment
68
- echo %PYTHON_VERSION% %TARGET_ARCH%
69
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124
0 commit comments