Skip to content

Commit

Permalink
BLD: Don't hard-code a Cython version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kamens committed Mar 12, 2015
1 parent c07682a commit e5d7895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -57,7 +57,7 @@
'numpy',
'pandas',
'six',
'Cython==0.20.1'
'Cython',
],
extras_require={
'talib': ["talib"],
Expand Down

0 comments on commit e5d7895

Please sign in to comment.