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 f2e2bb3 commit b836f71Copy full SHA for b836f71
appveyor.yml
@@ -19,6 +19,7 @@ install: |
19
for f in $(find . -maxdepth 1 -name 'requirements*.txt'); do
20
pip install -r ${f}
21
done
22
+ pip install pandas # Needed for some estimator checks.
23
pip install .
24
25
test_script:
0 commit comments