diff --git a/setup.py b/setup.py index 75d61d0..0068429 100644 --- a/setup.py +++ b/setup.py @@ -208,7 +208,7 @@ def run(self): "Topic :: Text Processing :: Indexing", "Topic :: Text Processing :: Linguistic", ], - setup_requires=['Cython>=0.28.5,<1.0', 'setuptools>=18.0'], + setup_requires=['Cython>=0.28.5', 'setuptools>=18.0'], ext_modules=[ C_EXTENSION ],