diff --git a/setup.py b/setup.py index d706058..de8eddf 100644 --- a/setup.py +++ b/setup.py @@ -210,7 +210,7 @@ def build_extensions(self): # install_requires = ['numpy', 'cython'] install_requires = ['cython>=3.0.0'] -setup_requires = ['setuptools>=18.0', 'cython>=0.29.6'] +setup_requires = ['setuptools>=18.0', 'cython>=3.0.0'] tests_require = ['pytest'] dev_require = tests_require + ['cython>=3.0.0']