Skip to content

Commit

Permalink
added upper limit on numba dependency for doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jul 21, 2020
1 parent c5cb6b7 commit 5674de8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -50,6 +50,7 @@
python_requires='>=3.6',
extras_require={
'docs': ['numpydoc', 'sphinx!=1.3.1', 'sphinx_rtd_theme==0.5.*',
'numba < 0.50',
'matplotlib >= 2.0.0, < 3.3',
'sphinx-multiversion==0.2.3',
'sphinx-gallery>=0.7',
Expand Down

0 comments on commit 5674de8

Please sign in to comment.