Skip to content

Commit

Permalink
Merge pull request #939 from swryan/work
Browse files Browse the repository at this point in the history
add required versions for numpydoc and sphinx
  • Loading branch information
swryan committed May 24, 2019
2 parents 5ad7976 + 8cd988e commit f5d487b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -13,14 +13,14 @@
'docs': [
'matplotlib',
'mock',
'numpydoc',
'numpydoc>=0.9.1',
'redbaron',
'sphinx',
'sphinx>=1.8.5',
],
'test': [
'coverage',
'parameterized',
'numpydoc',
'numpydoc>=0.9.1',
'pycodestyle==2.3.1',
'pydocstyle==2.0.0',
'testflo>=1.3.4',
Expand Down

0 comments on commit f5d487b

Please sign in to comment.