Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
add numpydocs to requirements (#1372)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgrus authored Jun 13, 2018
1 parent a1247b6 commit 59020bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spacy>=2.0,<2.1
# Used by span prediction models.
numpy

# Used for reading configuration info out of numpy-style docstrings.
numpydoc==0.8.0

# Used in coreference resolution evaluation metrics.
scipy
scikit-learn
Expand Down
3 changes: 0 additions & 3 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ sphinx==1.5.3
# Watches the documentation directory and rebuilds on changes.
sphinx-autobuild

# enables numpydoc formatting in sphinx
numpydoc

# doc theme
sphinx_rtd_theme

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
'pytest',
'flaky',
'responses>=0.7',
'numpydoc==0.8.0',
'conllu'
],
scripts=["bin/allennlp"],
Expand Down

0 comments on commit 59020bb

Please sign in to comment.