Skip to content

Commit

Permalink
Update readthedocs installation
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 30, 2019
1 parent bd00a56 commit c2551b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,4 @@ build:
image: latest
python:
version: 3.6
pip_install: true
use_system_site_packages: true
extra_requirements:
- docs
requirements_file: requirements-rtd.txt
13 changes: 13 additions & 0 deletions requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
dataclasses; python_version < "3.7"
numpy
scikit-learn==0.19.1; python_version == "3.6"
scikit-learn; python_version == "3.7"
scipy
click
click_default_group
prompt_toolkit
tqdm
pandas
sphinx
sphinx-rtd-theme
sphinx-click

0 comments on commit c2551b2

Please sign in to comment.