Skip to content

Commit

Permalink
Add Cython to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lsqshr committed Dec 9, 2016
1 parent 7f2e396 commit 0127a6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
numpy>=1.8.0
scipy>=0.17.0
Cython>=0.25.1
scikit-fmm
scikit-image
matplotlib>=1.3.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from optparse import Option
import numpy as np

VERSION = '0.2.0.dev5'
VERSION = '0.2.0.dev7'
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
Expand Down

0 comments on commit 0127a6f

Please sign in to comment.