diff --git a/setup.py b/setup.py index dfd85409d..d452c67cb 100644 --- a/setup.py +++ b/setup.py @@ -956,4 +956,4 @@ setup( 'Topic :: Software Development :: User Interfaces'], dependency_links=[ 'https://github.com/kivy-garden/garden/archive/master.zip'], - install_requires=['Kivy-Garden==0.1.4']) + install_requires=['cython>=' + MIN_CYTHON_STRING, 'Kivy-Garden==0.1.4'])