From f6ab533ad360535c1a6cb4e672213f364d86fbba Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Fri, 5 Nov 2021 14:14:09 +0300 Subject: [PATCH] Upgrade Cython version This is needed to be able to build numpy --- Makefile.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.src b/Makefile.src index 4ba56f78d..942bc8c0b 100644 --- a/Makefile.src +++ b/Makefile.src @@ -77,7 +77,7 @@ TOOL_PY = \ Sphinx==1.7.6 \ sphinx-rtd-theme==0.4.3 \ honcho==1.0.1 \ - Cython==0.29.15 \ + Cython==0.29.24 \ tidypy