From bfb12732f1366d90caed709deb9863b68c0196a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Mon, 1 Feb 2021 11:26:46 +0000 Subject: [PATCH] pin cython verions 0.29.20 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a0d9f76..0cbee84a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ cardboardlint==1.3.0 pylint==2.5.3 gdown umap-learn -cython +cython==0.29.20 # > 0.29.20 breaks pyworld installation with the min numpy req of Tensorflow 2.4.1 pyyaml \ No newline at end of file