Skip to content

Commit

Permalink
Specify explicit dependency to cython
Browse files Browse the repository at this point in the history
Note, that requirements.txt and setup.py play the
different roles and can't replace each other.
  • Loading branch information
gakhov committed Aug 15, 2017
1 parent ae76cb8 commit 0f08d51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def setup_package():
'Programming Language :: Python :: 3.6',
'Topic :: Scientific/Engineering'
],
requires=["cython"]
)


Expand Down

0 comments on commit 0f08d51

Please sign in to comment.