Skip to content

Commit

Permalink
Merge pull request #40 from QuantEcon/sphinx-version-req
Browse files Browse the repository at this point in the history
FIX: Sphinx version requirement specification in setup.py
  • Loading branch information
mmcky committed Aug 2, 2019
2 parents eb7513b + c597f82 commit 67cb4af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
.. add description here ..
'''

requires = ['Sphinx>=1.8.5']

install_requires = [
'docutils',
'nbformat',
'sphinx',
'sphinx>=1.8.5',
'dask',
'dask[distributed]'
'ipython',
'nbconvert',
'jupyter_client'
Expand Down

0 comments on commit 67cb4af

Please sign in to comment.