Skip to content

Commit

Permalink
BLD add numpy to setup requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ksindi committed Jan 4, 2017
1 parent 4848439 commit a16bcc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@
url='https://github.com/jwplayer/jwalk',
install_requires=[
'numpy',
'Cython',
'scipy',
'gensim',
'joblib',
],
setup_requires=[
'cython',
'numpy',
'Cython',
'pytest-runner',
'setuptools_scm',
'sphinx_rtd_theme',
Expand Down

0 comments on commit a16bcc1

Please sign in to comment.