Skip to content

Commit c3abe6d

Browse files
authored
Update setup.py
1 parent 9a8d3a9 commit c3abe6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
include_package_data=True,
4646
install_requires=[
4747
'numpy >= {0}'.format(NUMPY_MIN_VERSION),
48-
'Cython >=0.29.13,<1.0.0',
48+
'Cython >=0.29.13, <1.0.0',
4949
],
5050
extras_require={
5151
'alldeps': (

0 commit comments

Comments
 (0)