Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6243981

Browse filesBrowse files
committed
Pin pandas on appveyor
1 parent 2ed9013 commit 6243981
Copy full SHA for 6243981

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎.appveyor.yml

Copy file name to clipboardExpand all lines: .appveyor.yml
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.