Skip to content

Commit

Permalink
Fixed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tfcbertaglia committed Jul 17, 2019
2 parents 2d97e6c + f49a5ed commit a782425
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 @@ -21,7 +21,7 @@ def find_version(*file_paths):
return version_match.group(1)
raise RuntimeError("Unable to find version string.")

REQUIRED_PYTHON = (3, 5)
REQUIRED_PYTHON = (3, 6)

ext_modules = [
Extension("enelvo.metrics.cythonlcs",
Expand Down Expand Up @@ -51,7 +51,7 @@ def find_version(*file_paths):
'tabulate>=0.8.2',
'editdistance>=0.5.2',
'numpy>=1.16.0',
'cython>=0.29.2'],
'cython==0.29.10'],
cmdclass={'build_ext': build_ext},
ext_modules=ext_modules,
options={'build_ext': {'inplace': True, 'force': True}},
Expand Down

0 comments on commit a782425

Please sign in to comment.