Skip to content

Commit

Permalink
Fixes for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed May 30, 2019
1 parent 8efd81a commit 3755f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def run(self):

cmdclass = {"build_py": build_py, "develop": develop}

min_cython_ver = '0.21.0'
min_cython_ver = '0.28.0'
try:
import Cython
ver = Cython.__version__
Expand Down Expand Up @@ -139,7 +139,7 @@ def package_files(directory):
'bandmat >= 0.7',
'fastdtw',
'sklearn',
'pysptk >= 0.1.15',
'pysptk >= 0.1.17',
'tqdm',
],
tests_require=['nose', 'coverage'],
Expand Down

0 comments on commit 3755f15

Please sign in to comment.