From 8f1af5487587599e65b99bf02fd16d0d3693d4c6 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Fri, 10 Apr 2020 08:05:55 -0500 Subject: [PATCH] bump cython asv --- asv_bench/asv.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index 7886b63e9983e..7c10a2d17775a 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -39,7 +39,7 @@ // followed by the pip installed packages). "matrix": { "numpy": [], - "Cython": [], + "Cython": ["0.29.16"], "matplotlib": [], "sqlalchemy": [], "scipy": [],