From 0f08d5195e1ccb6001b372bcddee6b5ab56cf7c5 Mon Sep 17 00:00:00 2001 From: Andrii Gakhov Date: Tue, 15 Aug 2017 18:05:02 +0200 Subject: [PATCH] Specify explicit dependency to cython Note, that requirements.txt and setup.py play the different roles and can't replace each other. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index c1fc429..0327455 100644 --- a/setup.py +++ b/setup.py @@ -118,6 +118,7 @@ def setup_package(): 'Programming Language :: Python :: 3.6', 'Topic :: Scientific/Engineering' ], + requires=["cython"] )