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 a358cec commit 80f572aCopy full SHA for 80f572a
.travis.yml
@@ -46,7 +46,7 @@ install:
46
# might want to avoid the later by installing all dependencies manually
47
# except scipy and install pandas with --no-deps
48
- conda create -n travisci --yes python=${TRAVIS_PYTHON_VERSION:0:3}
49
- numpy pandas pytables pyqt qtpy matplotlib xlrd openpyxl
+ numpy "pandas<0.21" pytables pyqt qtpy matplotlib xlrd openpyxl
50
xlsxwriter pytest pytest-qt
51
- source activate travisci
52
0 commit comments