Skip to content

Commit 80f572a

Browse files
committed
specified pandas<0.21 in travis.yml file to avoid crash of Travis with version 0.21 of pandas.
1 parent a358cec commit 80f572a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ install:
4646
# might want to avoid the later by installing all dependencies manually
4747
# except scipy and install pandas with --no-deps
4848
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
49-
numpy pandas pytables pyqt qtpy matplotlib xlrd openpyxl
49+
numpy "pandas<0.21" pytables pyqt qtpy matplotlib xlrd openpyxl
5050
xlsxwriter pytest pytest-qt
5151
- source activate travisci
5252

0 commit comments

Comments
 (0)