Skip to content

Commit

Permalink
Explicitly set required python and cython versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gakhov committed Jul 12, 2019
1 parent b495bee commit f4ddc30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ def setup_package():
'Programming Language :: Python :: 3.7',
'Topic :: Scientific/Engineering'
],
requires=["cython"]
python_requires='>=3.5',
install_requires=["cython>=0.28"]
)


Expand Down

0 comments on commit f4ddc30

Please sign in to comment.