Skip to content

Commit

Permalink
numpy and cython are required for setup, but six is required for inst…
Browse files Browse the repository at this point in the history
…all, for now
  • Loading branch information
oleksandr-pavlyk committed May 23, 2019
1 parent 2d06d24 commit f4fd934
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ def setup_package():
platforms=["Windows", "Linux", "Mac OS-X"],
test_suite='nose.collector',
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=['numpy', 'cython'],
setup_requires=['numpy', 'cython'],
install_requires=['six'],
configuration=configuration,
)
setup(**metadata)
Expand Down

0 comments on commit f4fd934

Please sign in to comment.