From 9c75f36dca9388cb811703babb14d8f0560f88bb Mon Sep 17 00:00:00 2001 From: Hoyt Koepke Date: Thu, 2 Jan 2020 13:28:59 -0800 Subject: [PATCH] Got setup.py to build properly. --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index 05016f5d0c..1aa4a5aeea 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -124,7 +124,7 @@ def run(self): long_description = f.read().decode('utf-8') install_requires = [ - "cython>=3.0", + "cython>=0.29", "coremltools==3.1", "decorator >= 4.0.9", "numpy==1.16.4",