Skip to content

Commit

Permalink
Add pandas to requirements, fix documentation generation (VowpalWabbi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored May 27, 2020
1 parent 8077112 commit 489b5ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
run: |
/usr/local/miniconda/bin/activate test-python36
cd python/docs
pip install sphinx numpy sklearn scipy numpydoc
pip install sphinx numpydoc
pip install -r requirements.txt
make html
/usr/local/miniconda/bin/deactivate
- name: Upload built docs
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy>=1.6.1
scipy>=0.9
scikit-learn>=0.17
pandas>=0.24.2

0 comments on commit 489b5ca

Please sign in to comment.