Skip to content

Commit 7ad88d1

Browse files
authored
Merge pull request #4 from loggi/fgmacedo-patch-1
Update setup.py
2 parents 9a8d3a9 + c3abe6d commit 7ad88d1

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)