Skip to content

Commit

Permalink
Add numpydoc to docs requirements to fix broken readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
HunterMcGushion committed Nov 6, 2018
1 parent 9efccdd commit f3a5bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def readme():
],
extras_require={
"dev": ["pre-commit"],
"docs": ["hyperparameter-hunter", "keras"],
"docs": ["numpydoc", "hyperparameter-hunter", "keras"],
"travis": ["nose", "black", "hyperparameter-hunter", "keras", "tensorflow"],
},
include_package_data=True,
Expand Down

0 comments on commit f3a5bd0

Please sign in to comment.