Skip to content

Commit f4ddc30

Browse files
committed
Explicitly set required python and cython versions.
1 parent b495bee commit f4ddc30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ def setup_package():
162162
'Programming Language :: Python :: 3.7',
163163
'Topic :: Scientific/Engineering'
164164
],
165-
requires=["cython"]
165+
python_requires='>=3.5',
166+
install_requires=["cython>=0.28"]
166167
)
167168

168169

0 commit comments

Comments
 (0)